#a88027

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

Shades of Hacienda #A88027

Tints of Hacienda #A88027

Color information

#A88027 (or 0xA88027) is unknown color: approx Hacienda. HEX triplet: A8, 80 and 27. RGB value is (168,128,39). Sum of RGB (Red+Green+Blue) = 168+128+39=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A88027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88027 is #577FD8. Grayscale: #828282. Windows color (decimal): -5734361 or 2588840. OLE color: 2588840.

HSL color Cylindrical-coordinate representation of color #A88027: hue angle of 41.4º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A88027 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB16812839-
CMYK00.240.770.34
HSL41.4º62.32%40.59%-
HSV(B)41.4º76.79%65.88%-
XYZ24.2323.915.26-
YUV129.8176.75155.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=50.15%
G=38.21%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681283900.240.770.3441.462.3240.59
HexA880270184D22293e29
Octal2502004703011542517651
Binary10101000100000001001110110001001101100010101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88027; }

 p { color: rgb(168,128,39); }

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

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

 a { background-color: rgb(168,128,39); }

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

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

 span { border-color: rgb(168,128,39); }

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