Html Css Color HEX #AB8924 Hacienda

📋 copy color: '#AB8924'

red 171 ◦ green 137 ◦ blue 36

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

Shades of Hacienda #AB8924

Tints of Hacienda #AB8924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

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

R = 49.71%
G = 39.83%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB8924 (or 0xAB8924) is known color: Hacienda. HEX triplet: AB, 89 and 24. RGB value is (171,137,36). Sum of RGB (Red+Green+Blue) = 171+137+36=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8924 is #5476DB. Grayscale: #888888. Windows color (decimal): -5535452 or 2394539. OLE color: 2394539.

HSL color Cylindrical-coordinate representation of color #AB8924: hue angle of 44.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 #AB8924 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 36 -
CMYK 0 0.20 0.79 0.33
HSL 44.89º 0.65% 0.41% -
HSV(B) 44.89º 0.79% 0.67% -
XYZ 26.06 26.68 5.44 -
YUV 135.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 171 137 36 0 0.20 0.79 0.33 44.89 0.65 0.41
Hex AB 89 24 0 14 4F 21 2D 41 29
Octal 253 211 44 0 24 117 41 55 101 51
Binary 10101011 10001001 100100 0 10100 1001111 100001 101101 1000001 101001

Color Harmonies of #AB8924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8924

Black with #AB8924

Text Example


Text Example

White with #AB8924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8924; }

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

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

background-color css

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

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

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

border-color css

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

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

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