Html Css Color HEX #AB8419 Hacienda

📋 copy color: '#AB8419'

red 171 ◦ green 132 ◦ blue 25

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

Shades of Hacienda #AB8419

Tints of Hacienda #AB8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 52.13%
G = 40.24%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8419 (or 0xAB8419) is known color: Hacienda. HEX triplet: AB, 84 and 19. RGB value is (171,132,25). Sum of RGB (Red+Green+Blue) = 171+132+25=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8419 is #547BE6. Grayscale: #838383. Windows color (decimal): -5536743 or 1672363. OLE color: 1672363.

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

Color convert

RGB 171 132 25 -
CMYK 0 0.23 0.85 0.33
HSL 43.97º 0.74% 0.38% -
HSV(B) 43.97º 0.85% 0.67% -
XYZ 25.22 25.23 4.46 -
YUV 131.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 171 132 25 0 0.23 0.85 0.33 43.97 0.74 0.38
Hex AB 84 19 0 17 55 21 2C 4A 26
Octal 253 204 31 0 27 125 41 54 112 46
Binary 10101011 10000100 11001 0 10111 1010101 100001 101100 1001010 100110

Color Harmonies of #AB8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8419

Black with #AB8419

Text Example


Text Example

White with #AB8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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