#AF6856

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

Shades of Sante Fe #AF6856

Tints of Sante Fe #AF6856

Color information

#AF6856 (or 0xAF6856) is unknown color: approx Sante Fe. HEX triplet: AF, 68 and 56. RGB value is (175,104,86). Sum of RGB (Red+Green+Blue) = 175+104+86=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6856 is #5097A9. Grayscale: #7B7B7B. Windows color (decimal): -5281706 or 5662895. OLE color: 5662895.

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

Color convert

RGB17510486-
CMYK00.410.510.31
HSL12.13º35.74%51.18%-
HSV(B)12.13º50.86%68.63%-
XYZ24.3119.6911.32-
YUV123.18107.02164.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=47.95%
G=28.49%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751048600.410.510.3112.1335.7451.18
HexAF6856029331Fc2433
Octal2571501260516337144463
Binary10101111110100010101100101001110011111111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6856; }

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

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

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

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

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

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

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

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