Html Css Color HEX #AB7819 Hacienda

📋 copy color: '#AB7819'

red 171 ◦ green 120 ◦ blue 25

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

Shades of Hacienda #AB7819

Tints of Hacienda #AB7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 54.11%
G = 37.97%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB7819 (or 0xAB7819) is known color: Hacienda. HEX triplet: AB, 78 and 19. RGB value is (171,120,25). Sum of RGB (Red+Green+Blue) = 171+120+25=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7819 is #5487E6. Grayscale: #7C7C7C. Windows color (decimal): -5539815 or 1669291. OLE color: 1669291.

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

Color convert

RGB 171 120 25 -
CMYK 0 0.30 0.85 0.33
HSL 39.04º 0.74% 0.38% -
HSV(B) 39.04º 0.85% 0.67% -
XYZ 23.69 22.16 3.95 -
YUV 124.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 171 120 25 0 0.30 0.85 0.33 39.04 0.74 0.38
Hex AB 78 19 0 1E 55 21 27 4A 26
Octal 253 170 31 0 36 125 41 47 112 46
Binary 10101011 1111000 11001 0 11110 1010101 100001 100111 1001010 100110

Color Harmonies of #AB7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7819

Black with #AB7819

Text Example


Text Example

White with #AB7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7819; }

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

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

background-color css

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

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

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

border-color css

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

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

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