#AF7356

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

Shades of Sante Fe #AF7356

Tints of Sante Fe #AF7356

Color information

#AF7356 (or 0xAF7356) is unknown color: approx Sante Fe. HEX triplet: AF, 73 and 56. RGB value is (175,115,86). Sum of RGB (Red+Green+Blue) = 175+115+86=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7356 is #508CA9. Grayscale: #818181. Windows color (decimal): -5278890 or 5665711. OLE color: 5665711.

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

Color convert

RGB17511586-
CMYK00.340.510.31
HSL19.55º35.74%51.18%-
HSV(B)19.55º50.86%68.63%-
XYZ25.4922.0511.72-
YUV129.63103.38160.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=46.54%
G=30.59%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751158600.340.510.3119.5535.7451.18
HexAF7356022331F142433
Octal2571631260426337244463
Binary101011111110011101011001000101100111111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7356; }

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

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

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

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

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

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

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

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