#A76D59

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

Shades of Sante Fe #A76D59

Tints of Sante Fe #A76D59

Color information

#A76D59 (or 0xA76D59) is unknown color: approx Sante Fe. HEX triplet: A7, 6D and 59. RGB value is (167,109,89). Sum of RGB (Red+Green+Blue) = 167+109+89=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D59 is #5892A6. Grayscale: #7C7C7C. Windows color (decimal): -5804711 or 5860775. OLE color: 5860775.

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

Color convert

RGB16710989-
CMYK00.350.470.35
HSL15.38º30.71%50.2%-
HSV(B)15.38º46.71%65.49%-
XYZ23.2119.8712.06-
YUV124.06108.22158.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=45.75%
G=29.86%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671098900.350.470.3515.3830.7150.2
HexA76D590232F23f1f32
Octal2471551310435743173762
Binary10100111110110110110010100011101111100011111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D59; }

 p { color: rgb(167,109,89); }

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

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

 a { background-color: rgb(167,109,89); }

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

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

 span { border-color: rgb(167,109,89); }

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