#AF6256

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

Shades of Sante Fe #AF6256

Tints of Sante Fe #AF6256

Color information

#AF6256 (or 0xAF6256) is unknown color: approx Sante Fe. HEX triplet: AF, 62 and 56. RGB value is (175,98,86). Sum of RGB (Red+Green+Blue) = 175+98+86=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6256 is #509DA9. Grayscale: #777777. Windows color (decimal): -5283242 or 5661359. OLE color: 5661359.

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

Color convert

RGB1759886-
CMYK00.440.510.31
HSL8.09º35.74%51.18%-
HSV(B)8.09º50.86%68.63%-
XYZ23.7318.5211.13-
YUV119.66109.01167.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=48.75%
G=27.30%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175988600.440.510.318.0935.7451.18
HexAF625602C331F82433
Octal2571421260546337104463
Binary10101111110001010101100101100110011111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6256; }

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

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

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

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

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

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

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

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