#AF7056

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

Shades of Sante Fe #AF7056

Tints of Sante Fe #AF7056

Color information

#AF7056 (or 0xAF7056) is unknown color: approx Sante Fe. HEX triplet: AF, 70 and 56. RGB value is (175,112,86). Sum of RGB (Red+Green+Blue) = 175+112+86=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7056 is #508FA9. Grayscale: #808080. Windows color (decimal): -5279658 or 5664943. OLE color: 5664943.

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

Color convert

RGB17511286-
CMYK00.360.510.31
HSL17.53º35.74%51.18%-
HSV(B)17.53º50.86%68.63%-
XYZ25.1521.3711.6-
YUV127.87104.37161.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=46.92%
G=30.03%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751128600.360.510.3117.5335.7451.18
HexAF7056024331F122433
Octal2571601260446337224463
Binary101011111110000101011001001001100111111110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7056; }

 p { color: rgb(175,112,86); }

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

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

 a { background-color: rgb(175,112,86); }

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

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

 span { border-color: rgb(175,112,86); }

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