Html Css Color HEX #AB8820 Hacienda

📋 copy color: '#AB8820'

red 171 ◦ green 136 ◦ blue 32

#AB8820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AB8820

Tints of Hacienda #AB8820

RGB

 RED value IS 171 (67.19% from 255) = 50.44%

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 50.44%
G = 40.12%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB8820 (or 0xAB8820) is known color: Hacienda. HEX triplet: AB, 88 and 20. RGB value is (171,136,32). Sum of RGB (Red+Green+Blue) = 171+136+32=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8820 is #5477DF. Grayscale: #878787. Windows color (decimal): -5535712 or 2132139. OLE color: 2132139.

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

Color convert

RGB 171 136 32 -
CMYK 0 0.20 0.81 0.33
HSL 44.89º 0.68% 0.4% -
HSV(B) 44.89º 0.81% 0.67% -
XYZ 25.86 26.37 5.09 -
YUV 134.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 171 136 32 0 0.20 0.81 0.33 44.89 0.68 0.4
Hex AB 88 20 0 14 51 21 2D 44 28
Octal 253 210 40 0 24 121 41 55 104 50
Binary 10101011 10001000 100000 0 10100 1010001 100001 101101 1000100 101000

Color Harmonies of #AB8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8820

Black with #AB8820

Text Example


Text Example

White with #AB8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8820; }

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

 H1.HeaderClassName
 {
   color: #AB8820;
 }
 .AnyTagClassName
 {
   color: #AB8820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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