#AF6156

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

Shades of Sante Fe #AF6156

Tints of Sante Fe #AF6156

Color information

#AF6156 (or 0xAF6156) is unknown color: approx Sante Fe. HEX triplet: AF, 61 and 56. RGB value is (175,97,86). Sum of RGB (Red+Green+Blue) = 175+97+86=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6156 is #509EA9. Grayscale: #777777. Windows color (decimal): -5283498 or 5661103. OLE color: 5661103.

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

Color convert

RGB1759786-
CMYK00.450.510.31
HSL7.42º35.74%51.18%-
HSV(B)7.42º50.86%68.63%-
XYZ23.6318.3411.1-
YUV119.07109.34167.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=48.88%
G=27.09%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175978600.450.510.317.4235.7451.18
HexAF615602D331F72433
Octal257141126055633774463
Binary1010111111000011010110010110111001111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6156; }

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

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

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

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

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

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

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

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