#AF714D

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

Shades of Sante Fe #AF714D

Tints of Sante Fe #AF714D

Color information

#AF714D (or 0xAF714D) is unknown color: approx Sante Fe. HEX triplet: AF, 71 and 4D. RGB value is (175,113,77). Sum of RGB (Red+Green+Blue) = 175+113+77=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF714D is #508EB2. Grayscale: #7F7F7F. Windows color (decimal): -5279411 or 5075375. OLE color: 5075375.

HSL color Cylindrical-coordinate representation of color #AF714D: hue angle of 22.04º 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 #AF714D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17511377-
CMYK00.350.560.31
HSL22.04º38.89%49.41%-
HSV(B)22.04º56%68.63%-
XYZ24.9221.469.85-
YUV127.4399.54161.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=47.95%
G=30.96%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751137700.350.560.3122.0438.8949.41
HexAF714D023381F162731
Octal2571611150437037264761
Binary101011111110001100110101000111110001111110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF714D; }

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

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

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

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

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

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

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

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