#AF744D

Color #AF744D Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AF744D

Tints of Sante Fe #AF744D

Color information

#AF744D (or 0xAF744D) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 4D. RGB value is (175,116,77). Sum of RGB (Red+Green+Blue) = 175+116+77=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF744D is #508BB2. Grayscale: #818181. Windows color (decimal): -5278643 or 5076143. OLE color: 5076143.

HSL color Cylindrical-coordinate representation of color #AF744D: hue angle of 23.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF744D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17511677-
CMYK00.340.560.31
HSL23.88º38.89%49.41%-
HSV(B)23.88º56%68.63%-
XYZ25.2622.149.96-
YUV129.298.55160.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=47.55%
G=31.52%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751167700.340.560.3123.8838.8949.41
HexAF744D022381F182731
Octal2571641150427037304761
Binary101011111110100100110101000101110001111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF744D; }

 p { color: rgb(175,116,77); }

 H1.HeaderClassName
 {
   color: #AF744D;
 }
 .AnyTagClassName
 {
   color: #AF744D;
 }
</style>
background-color css

<style>
 a { background-color: #AF744D; }

 a { background-color: rgb(175,116,77); }

 div.DivClassName
 {
   background-color: #AF744D;
 }
 .BgClassName
 {
   background-color: #AF744D;
 }
</style>
border-color css

<style>
 span { border-color: #AF744D; }

 span { border-color: rgb(175,116,77); }

 td.TdClassName
 {
   border-color: #AF744D;
 }
 .TagClassName
 {
   border-color: #AF744D;
 }
</style>