#A77E1E

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

Shades of Hacienda #A77E1E

Tints of Hacienda #A77E1E

Color information

#A77E1E (or 0xA77E1E) is unknown color: approx Hacienda. HEX triplet: A7, 7E and 1E. RGB value is (167,126,30). Sum of RGB (Red+Green+Blue) = 167+126+30=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E1E is #5881E1. Grayscale: #7F7F7F. Windows color (decimal): -5800418 or 1998503. OLE color: 1998503.

HSL color Cylindrical-coordinate representation of color #A77E1E: hue angle of 42.04º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A77E1E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16712630-
CMYK00.250.820.35
HSL42.04º69.54%38.63%-
HSV(B)42.04º82.04%65.49%-
XYZ23.6323.234.47-
YUV127.3173.08156.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=51.70%
G=39.01%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671263000.250.820.3542.0469.5438.63
HexA77E1E01952232a4627
Octal24717636031122435210647
Binary1010011111111101111001100110100101000111010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E1E; }

 p { color: rgb(167,126,30); }

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

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

 a { background-color: rgb(167,126,30); }

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

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

 span { border-color: rgb(167,126,30); }

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