Html Css Color HEX #AB8919 Hacienda

📋 copy color: '#AB8919'

red 171 ◦ green 137 ◦ blue 25

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

Shades of Hacienda #AB8919

Tints of Hacienda #AB8919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 51.35%
G = 41.14%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8919 (or 0xAB8919) is known color: Hacienda. HEX triplet: AB, 89 and 19. RGB value is (171,137,25). Sum of RGB (Red+Green+Blue) = 171+137+25=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8919 is #5476E6. Grayscale: #868686. Windows color (decimal): -5535463 or 1673643. OLE color: 1673643.

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

Color convert

RGB 171 137 25 -
CMYK 0 0.20 0.85 0.33
HSL 46.03º 0.74% 0.38% -
HSV(B) 46.03º 0.85% 0.67% -
XYZ 25.92 26.62 4.69 -
YUV 134.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 171 137 25 0 0.20 0.85 0.33 46.03 0.74 0.38
Hex AB 89 19 0 14 55 21 2E 4A 26
Octal 253 211 31 0 24 125 41 56 112 46
Binary 10101011 10001001 11001 0 10100 1010101 100001 101110 1001010 100110

Color Harmonies of #AB8919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8919

Black with #AB8919

Text Example


Text Example

White with #AB8919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8919; }

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

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

background-color css

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

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

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

border-color css

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

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

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