Html Css Color HEX #AB8020 Hacienda

📋 copy color: '#AB8020'

red 171 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #AB8020

Tints of Hacienda #AB8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 51.66%
G = 38.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB8020 (or 0xAB8020) is known color: Hacienda. HEX triplet: AB, 80 and 20. RGB value is (171,128,32). Sum of RGB (Red+Green+Blue) = 171+128+32=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8020 is #547FDF. Grayscale: #828282. Windows color (decimal): -5537760 or 2130091. OLE color: 2130091.

HSL color Cylindrical-coordinate representation of color #AB8020: hue angle of 41.44º 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 #AB8020 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 32 -
CMYK 0 0.25 0.81 0.33
HSL 41.44º 0.68% 0.4% -
HSV(B) 41.44º 0.81% 0.67% -
XYZ 24.77 24.2 4.73 -
YUV 129.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 171 128 32 0 0.25 0.81 0.33 41.44 0.68 0.4
Hex AB 80 20 0 19 51 21 29 44 28
Octal 253 200 40 0 31 121 41 51 104 50
Binary 10101011 10000000 100000 0 11001 1010001 100001 101001 1000100 101000

Color Harmonies of #AB8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8020

Black with #AB8020

Text Example


Text Example

White with #AB8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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