Color Hex Logo

#af793d Color Hex

#AF793D
(175,121,61)
0 Favorites   0 Comments

Color spaces of #af793d

RGB 17512161
HSL0.090.480.46
HSV32°65°69°
CMYK 0.000.310.65   0.31
XYZ25.358923.12567.5420
Yxy23.12560.45260.4128
Hunter Lab48.08919.972824.3637
CIE-Lab55.201514.982040.6242

#af793d color RGB value is (175,121,61).

#af793d hex color red value is 175, green value is 121 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #af793d hue: 0.09 , saturation: 0.48 and the lightness value of af793d is 0.46.

The process color (four color CMYK) of #af793d color hex is 0.00, 0.31, 0.65, 0.31. Web safe color of #af793d is #996633. Color #af793d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 00111101
Octal 257 171 75
Decimal 175 121 61
Hex AF 79 3D

RGB Percentages of Color #af793d

%49.02
%33.89
%17.09

CMYK Percentages of Color #af793d

%0
%31
%65
%31

Triadic Colors of #af793d

#af793d #3daf79 #793daf

Analogous Colors of #af793d

#af793d #acaf3d #af403d

Monochromatic Colors of #af793d

#af793d

Complementary Color

#af793d #3d73af

#af793d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af793d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af793d Color CSS Codes

.mybgcolor {background-color:#af793d; } 
.myforecolor {color:#af793d; }
.mybordercolor {border:3px solid #af793d; }

#af793d Text Font Color

<p style="color:#af793d">Text here</p>

This sample text font color is #af793d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af793d Background Color

<div style="background-color:#af793d">
Div content here</div>

This div background color is #af793d


#af793d Border Color

<div style="border:3px solid #af793d">
Div here</div>

This div border color is #af793d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,121,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af793d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af793d;
  -webkit-box-shadow: 1px 1px 3px 2px #af793d;
  box-shadow:         1px 1px 3px 2px #af793d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,121,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af793d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af793d;
  -webkit-box-shadow: 1px 1px 3px 2px #af793d;
  box-shadow:         1px 1px 3px 2px #af793d;">
Div content here</div>

This div box has shadow with color #af793d


Comments

No comments written yet.

Please login to write comment.