#AF714E

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

Shades of Sante Fe #AF714E

Tints of Sante Fe #AF714E

Color information

#AF714E (or 0xAF714E) is unknown color: approx Sante Fe. HEX triplet: AF, 71 and 4E. RGB value is (175,113,78). Sum of RGB (Red+Green+Blue) = 175+113+78=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF714E is #508EB1. Grayscale: #7F7F7F. Windows color (decimal): -5279410 or 5140911. OLE color: 5140911.

HSL color Cylindrical-coordinate representation of color #AF714E: hue angle of 21.65º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF714E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17511378-
CMYK00.350.550.31
HSL21.65º38.34%49.61%-
HSV(B)21.65º55.43%68.63%-
XYZ24.9621.4710.04-
YUV127.55100.04161.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=47.81%
G=30.87%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751137800.350.550.3121.6538.3449.61
HexAF714E023371F162632
Octal2571611160436737264662
Binary101011111110001100111001000111101111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF714E; }

 p { color: rgb(175,113,78); }

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

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

 a { background-color: rgb(175,113,78); }

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

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

 span { border-color: rgb(175,113,78); }

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