#A7811E

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

Shades of Hacienda #A7811E

Tints of Hacienda #A7811E

Color information

#A7811E (or 0xA7811E) is unknown color: approx Hacienda. HEX triplet: A7, 81 and 1E. RGB value is (167,129,30). Sum of RGB (Red+Green+Blue) = 167+129+30=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7811E is #587EE1. Grayscale: #818181. Windows color (decimal): -5799650 or 1999271. OLE color: 1999271.

HSL color Cylindrical-coordinate representation of color #A7811E: hue angle of 43.36º 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 #A7811E is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16712930-
CMYK00.230.820.35
HSL43.36º69.54%38.63%-
HSV(B)43.36º82.04%65.49%-
XYZ24.0224.014.6-
YUV129.0872.09155.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=51.23%
G=39.57%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671293000.230.820.3543.3669.5438.63
HexA7811E01752232b4627
Octal24720136027122435310647
Binary10100111100000011111001011110100101000111010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7811E; }

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

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

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

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

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

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

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

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