Html Css Color HEX #AB8219 Hacienda

📋 copy color: '#AB8219'

red 171 ◦ green 130 ◦ blue 25

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

Shades of Hacienda #AB8219

Tints of Hacienda #AB8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

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

R = 52.45%
G = 39.88%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8219 (or 0xAB8219) is known color: Hacienda. HEX triplet: AB, 82 and 19. RGB value is (171,130,25). Sum of RGB (Red+Green+Blue) = 171+130+25=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8219 is #547DE6. Grayscale: #828282. Windows color (decimal): -5537255 or 1671851. OLE color: 1671851.

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

Color convert

RGB 171 130 25 -
CMYK 0 0.24 0.85 0.33
HSL 43.15º 0.74% 0.38% -
HSV(B) 43.15º 0.85% 0.67% -
XYZ 24.95 24.69 4.37 -
YUV 130.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 171 130 25 0 0.24 0.85 0.33 43.15 0.74 0.38
Hex AB 82 19 0 18 55 21 2B 4A 26
Octal 253 202 31 0 30 125 41 53 112 46
Binary 10101011 10000010 11001 0 11000 1010101 100001 101011 1001010 100110

Color Harmonies of #AB8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8219

Black with #AB8219

Text Example


Text Example

White with #AB8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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