#A77255

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

Shades of Sante Fe #A77255

Tints of Sante Fe #A77255

Color information

#A77255 (or 0xA77255) is unknown color: approx Sante Fe. HEX triplet: A7, 72 and 55. RGB value is (167,114,85). Sum of RGB (Red+Green+Blue) = 167+114+85=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A77255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77255 is #588DAA. Grayscale: #7E7E7E. Windows color (decimal): -5803435 or 5599911. OLE color: 5599911.

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

Color convert

RGB16711485-
CMYK00.320.490.35
HSL21.22º32.54%49.41%-
HSV(B)21.22º49.1%65.49%-
XYZ23.5920.9111.39-
YUV126.54104.56156.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=45.63%
G=31.15%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671148500.320.490.3521.2232.5449.41
HexA772550203123152131
Octal2471621250406143254161
Binary1010011111100101010101010000011000110001110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77255; }

 p { color: rgb(167,114,85); }

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

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

 a { background-color: rgb(167,114,85); }

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

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

 span { border-color: rgb(167,114,85); }

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