#A8811F

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

Shades of Hacienda #A8811F

Tints of Hacienda #A8811F

Color information

#A8811F (or 0xA8811F) is unknown color: approx Hacienda. HEX triplet: A8, 81 and 1F. RGB value is (168,129,31). Sum of RGB (Red+Green+Blue) = 168+129+31=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8811F is #577EE0. Grayscale: #818181. Windows color (decimal): -5734113 or 2064808. OLE color: 2064808.

HSL color Cylindrical-coordinate representation of color #A8811F: hue angle of 42.92º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8811F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16812931-
CMYK00.230.820.34
HSL42.92º68.84%39.02%-
HSV(B)42.92º81.55%65.88%-
XYZ24.2524.124.67-
YUV129.4972.42155.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=51.22%
G=39.33%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681293100.230.820.3442.9268.8439.02
HexA8811F01752222b4527
Octal25020137027122425310547
Binary10101000100000011111101011110100101000101010111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8811F; }

 p { color: rgb(168,129,31); }

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

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

 a { background-color: rgb(168,129,31); }

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

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

 span { border-color: rgb(168,129,31); }

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