#A17052

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

Shades of Sante Fe #A17052

Tints of Sante Fe #A17052

Color information

#A17052 (or 0xA17052) is unknown color: approx Sante Fe. HEX triplet: A1, 70 and 52. RGB value is (161,112,82). Sum of RGB (Red+Green+Blue) = 161+112+82=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A17052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17052 is #5E8FAD. Grayscale: #7B7B7B. Windows color (decimal): -6197166 or 5402785. OLE color: 5402785.

HSL color Cylindrical-coordinate representation of color #A17052: hue angle of 22.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17052 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16111282-
CMYK00.300.490.37
HSL22.78º32.51%47.65%-
HSV(B)22.78º49.07%63.14%-
XYZ22.0219.7710.64-
YUV123.23104.73154.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=45.35%
G=31.55%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611128200.300.490.3722.7832.5147.65
HexA1705201E3125172130
Octal2411601220366145274160
Binary101000011110000101001001111011000110010110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17052; }

 p { color: rgb(161,112,82); }

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

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

 a { background-color: rgb(161,112,82); }

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

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

 span { border-color: rgb(161,112,82); }

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