#A16752

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

Shades of Sante Fe #A16752

Tints of Sante Fe #A16752

Color information

#A16752 (or 0xA16752) is unknown color: approx Sante Fe. HEX triplet: A1, 67 and 52. RGB value is (161,103,82). Sum of RGB (Red+Green+Blue) = 161+103+82=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16752 is #5E98AD. Grayscale: #767676. Windows color (decimal): -6199470 or 5400481. OLE color: 5400481.

HSL color Cylindrical-coordinate representation of color #A16752: hue angle of 15.95º 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 #A16752 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16110382-
CMYK00.360.490.37
HSL15.95º32.51%47.65%-
HSV(B)15.95º49.07%63.14%-
XYZ21.0717.8910.32-
YUV117.95107.72158.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=46.53%
G=29.77%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611038200.360.490.3715.9532.5147.65
HexA167520243125102130
Octal2411471220446145204160
Binary1010000111001111010010010010011000110010110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16752; }

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

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

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

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

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

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

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

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