#AB8823

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

Shades of Hacienda #AB8823

Tints of Hacienda #AB8823

Color information

#AB8823 (or 0xAB8823) is unknown color: approx Hacienda. HEX triplet: AB, 88 and 23. RGB value is (171,136,35). Sum of RGB (Red+Green+Blue) = 171+136+35=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8823 is #5477DC. Grayscale: #878787. Windows color (decimal): -5535709 or 2328747. OLE color: 2328747.

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

Color convert

RGB17113635-
CMYK00.200.800.33
HSL44.56º66.02%40.39%-
HSV(B)44.56º79.53%67.06%-
XYZ25.926.395.32-
YUV134.9571.6153.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 35 (14.06% from 255) = 10.23%
R=50%
G=39.77%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711363500.200.800.3344.5666.0240.39
HexAB882301450212d4228
Octal25321043024120415510250
Binary101010111000100010001101010010100001000011011011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8823; }

 p { color: rgb(171,136,35); }

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

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

 a { background-color: rgb(171,136,35); }

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

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

 span { border-color: rgb(171,136,35); }

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