Html Css Color HEX #AB7D19 Hacienda

📋 copy color: '#AB7D19'

red 171 ◦ green 125 ◦ blue 25

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

Shades of Hacienda #AB7D19

Tints of Hacienda #AB7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

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

R = 53.27%
G = 38.94%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB7D19 (or 0xAB7D19) is known color: Hacienda. HEX triplet: AB, 7D and 19. RGB value is (171,125,25). Sum of RGB (Red+Green+Blue) = 171+125+25=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D19 is #5482E6. Grayscale: #7F7F7F. Windows color (decimal): -5538535 or 1670571. OLE color: 1670571.

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

Color convert

RGB 171 125 25 -
CMYK 0 0.27 0.85 0.33
HSL 41.1º 0.74% 0.38% -
HSV(B) 41.1º 0.85% 0.67% -
XYZ 24.3 23.4 4.15 -
YUV 127.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 171 125 25 0 0.27 0.85 0.33 41.1 0.74 0.38
Hex AB 7D 19 0 1B 55 21 29 4A 26
Octal 253 175 31 0 33 125 41 51 112 46
Binary 10101011 1111101 11001 0 11011 1010101 100001 101001 1001010 100110

Color Harmonies of #AB7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D19

Black with #AB7D19

Text Example


Text Example

White with #AB7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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