#A7801E

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

Shades of Hacienda #A7801E

Tints of Hacienda #A7801E

Color information

#A7801E (or 0xA7801E) is unknown color: approx Hacienda. HEX triplet: A7, 80 and 1E. RGB value is (167,128,30). Sum of RGB (Red+Green+Blue) = 167+128+30=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7801E is #587FE1. Grayscale: #808080. Windows color (decimal): -5799906 or 1999015. OLE color: 1999015.

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

Color convert

RGB16712830-
CMYK00.230.820.35
HSL42.92º69.54%38.63%-
HSV(B)42.92º82.04%65.49%-
XYZ23.8923.754.55-
YUV128.4972.42155.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=51.38%
G=39.38%
B=9.23%

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
Decimal1671283000.230.820.3542.9269.5438.63
HexA7801E01752232b4627
Octal24720036027122435310647
Binary10100111100000001111001011110100101000111010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7801E; }

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

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

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

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

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

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

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

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