Html Css Color HEX #AB8024 Hacienda

📋 copy color: '#AB8024'

red 171 ◦ green 128 ◦ blue 36

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

Shades of Hacienda #AB8024

Tints of Hacienda #AB8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 51.04%
G = 38.21%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB8024 (or 0xAB8024) is known color: Hacienda. HEX triplet: AB, 80 and 24. RGB value is (171,128,36). Sum of RGB (Red+Green+Blue) = 171+128+36=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8024 is #547FDB. Grayscale: #828282. Windows color (decimal): -5537756 or 2392235. OLE color: 2392235.

HSL color Cylindrical-coordinate representation of color #AB8024: hue angle of 40.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8024 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 36 -
CMYK 0 0.25 0.79 0.33
HSL 40.89º 0.65% 0.41% -
HSV(B) 40.89º 0.79% 0.67% -
XYZ 24.83 24.22 5.04 -
YUV 130.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 171 128 36 0 0.25 0.79 0.33 40.89 0.65 0.41
Hex AB 80 24 0 19 4F 21 29 41 29
Octal 253 200 44 0 31 117 41 51 101 51
Binary 10101011 10000000 100100 0 11001 1001111 100001 101001 1000001 101001

Color Harmonies of #AB8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8024

Black with #AB8024

Text Example


Text Example

White with #AB8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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