#A88B21

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

Shades of Hacienda #A88B21

Tints of Hacienda #A88B21

Color information

#A88B21 (or 0xA88B21) is unknown color: approx Hacienda. HEX triplet: A8, 8B and 21. RGB value is (168,139,33). Sum of RGB (Red+Green+Blue) = 168+139+33=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88B21 is #5774DE. Grayscale: #888888. Windows color (decimal): -5731551 or 2198440. OLE color: 2198440.

HSL color Cylindrical-coordinate representation of color #A88B21: hue angle of 47.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A88B21 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16813933-
CMYK00.170.800.34
HSL47.11º67.16%39.41%-
HSV(B)47.11º80.36%65.88%-
XYZ25.6626.95.28-
YUV135.5970.11151.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.41%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 33 (13.28% from 255) = 9.71%
R=49.41%
G=40.88%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681393300.170.800.3447.1167.1639.41
HexA88B2101150222f4327
Octal25021341021120425710347
Binary101010001000101110000101000110100001000101011111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B21; }

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

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

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

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

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

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

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

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