#A76B56

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

Shades of Sante Fe #A76B56

Tints of Sante Fe #A76B56

Color information

#A76B56 (or 0xA76B56) is unknown color: approx Sante Fe. HEX triplet: A7, 6B and 56. RGB value is (167,107,86). Sum of RGB (Red+Green+Blue) = 167+107+86=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B56 is #5894A9. Grayscale: #7A7A7A. Windows color (decimal): -5805226 or 5663655. OLE color: 5663655.

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

Color convert

RGB16710786-
CMYK00.360.490.35
HSL15.56º32.02%49.61%-
HSV(B)15.56º48.5%65.49%-
XYZ22.8719.411.34-
YUV122.55107.38159.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=46.39%
G=29.72%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671078600.360.490.3515.5632.0249.61
HexA76B560243123102032
Octal2471531260446143204062
Binary1010011111010111010110010010011000110001110000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B56; }

 p { color: rgb(167,107,86); }

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

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

 a { background-color: rgb(167,107,86); }

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

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

 span { border-color: rgb(167,107,86); }

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