#A88A1B

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

Shades of Hacienda #A88A1B

Tints of Hacienda #A88A1B

Color information

#A88A1B (or 0xA88A1B) is unknown color: approx Hacienda. HEX triplet: A8, 8A and 1B. RGB value is (168,138,27). Sum of RGB (Red+Green+Blue) = 168+138+27=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A1B is #5775E4. Grayscale: #868686. Windows color (decimal): -5731813 or 1804968. OLE color: 1804968.

HSL color Cylindrical-coordinate representation of color #A88A1B: hue angle of 47.23º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A88A1B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16813827-
CMYK00.180.840.34
HSL47.23º72.31%38.24%-
HSV(B)47.23º83.93%65.88%-
XYZ25.4326.584.83-
YUV134.3267.44152.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=50.45%
G=41.44%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681382700.180.840.3447.2372.3138.24
HexA88A1B01254222f4826
Octal25021233022124425711046
Binary10101000100010101101101001010101001000101011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A1B; }

 p { color: rgb(168,138,27); }

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

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

 a { background-color: rgb(168,138,27); }

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

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

 span { border-color: rgb(168,138,27); }

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