#A88B1B

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

Shades of Hacienda #A88B1B

Tints of Hacienda #A88B1B

Color information

#A88B1B (or 0xA88B1B) is unknown color: approx Hacienda. HEX triplet: A8, 8B and 1B. RGB value is (168,139,27). Sum of RGB (Red+Green+Blue) = 168+139+27=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88B1B is #5774E4. Grayscale: #878787. Windows color (decimal): -5731557 or 1805224. OLE color: 1805224.

HSL color Cylindrical-coordinate representation of color #A88B1B: hue angle of 47.66º 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 #A88B1B is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16813927-
CMYK00.170.840.34
HSL47.66º72.31%38.24%-
HSV(B)47.66º83.93%65.88%-
XYZ25.5826.874.88-
YUV134.967.11151.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=50.30%
G=41.62%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681392700.170.840.3447.6672.3138.24
HexA88B1B0115422304826
Octal25021333021124426011046
Binary10101000100010111101101000110101001000101100001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B1B; }

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

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

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

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

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

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

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

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