#A76D54

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

Shades of Sante Fe #A76D54

Tints of Sante Fe #A76D54

Color information

#A76D54 (or 0xA76D54) is unknown color: approx Sante Fe. HEX triplet: A7, 6D and 54. RGB value is (167,109,84). Sum of RGB (Red+Green+Blue) = 167+109+84=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D54 is #5892AB. Grayscale: #7B7B7B. Windows color (decimal): -5804716 or 5533095. OLE color: 5533095.

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

Color convert

RGB16710984-
CMYK00.350.500.35
HSL18.07º33.07%49.22%-
HSV(B)18.07º49.7%65.49%-
XYZ23.0119.7911-
YUV123.49105.72159.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=46.39%
G=30.28%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671098400.350.500.3518.0733.0749.22
HexA76D540233223122131
Octal2471551240436243224161
Binary1010011111011011010100010001111001010001110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D54; }

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

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

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

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

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

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

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

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