#A77050

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

Shades of Sante Fe #A77050

Tints of Sante Fe #A77050

Color information

#A77050 (or 0xA77050) is unknown color: approx Sante Fe. HEX triplet: A7, 70 and 50. RGB value is (167,112,80). Sum of RGB (Red+Green+Blue) = 167+112+80=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A77050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77050 is #588FAF. Grayscale: #7C7C7C. Windows color (decimal): -5803952 or 5271719. OLE color: 5271719.

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

Color convert

RGB16711280-
CMYK00.330.520.35
HSL22.07º35.22%48.43%-
HSV(B)22.07º52.1%65.49%-
XYZ23.1820.3810.3-
YUV124.8102.72158.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=46.52%
G=31.20%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671128000.330.520.3522.0735.2248.43
HexA770500213423162330
Octal2471601200416443264360
Binary1010011111100001010000010000111010010001110110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77050; }

 p { color: rgb(167,112,80); }

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

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

 a { background-color: rgb(167,112,80); }

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

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

 span { border-color: rgb(167,112,80); }

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