#A76C52

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

Shades of Sante Fe #A76C52

Tints of Sante Fe #A76C52

Color information

#A76C52 (or 0xA76C52) is unknown color: approx Sante Fe. HEX triplet: A7, 6C and 52. RGB value is (167,108,82). Sum of RGB (Red+Green+Blue) = 167+108+82=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C52 is #5893AD. Grayscale: #7A7A7A. Windows color (decimal): -5804974 or 5401767. OLE color: 5401767.

HSL color Cylindrical-coordinate representation of color #A76C52: hue angle of 18.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76C52 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16710882-
CMYK00.350.510.35
HSL18.35º34.14%48.82%-
HSV(B)18.35º50.9%65.49%-
XYZ22.8219.5510.55-
YUV122.68105.05159.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=46.78%
G=30.25%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671088200.350.510.3518.3534.1448.82
HexA76C520233323122231
Octal2471541220436343224261
Binary1010011111011001010010010001111001110001110010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C52; }

 p { color: rgb(167,108,82); }

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

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

 a { background-color: rgb(167,108,82); }

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

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

 span { border-color: rgb(167,108,82); }

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