Html Css Color HEX #AB7F19 Hacienda

📋 copy color: '#AB7F19'

red 171 ◦ green 127 ◦ blue 25

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

Shades of Hacienda #AB7F19

Tints of Hacienda #AB7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

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

R = 52.94%
G = 39.32%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB7F19 (or 0xAB7F19) is known color: Hacienda. HEX triplet: AB, 7F and 19. RGB value is (171,127,25). Sum of RGB (Red+Green+Blue) = 171+127+25=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F19 is #5480E6. Grayscale: #808080. Windows color (decimal): -5538023 or 1671083. OLE color: 1671083.

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

Color convert

RGB 171 127 25 -
CMYK 0 0.26 0.85 0.33
HSL 41.92º 0.74% 0.38% -
HSV(B) 41.92º 0.85% 0.67% -
XYZ 24.56 23.91 4.24 -
YUV 128.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 171 127 25 0 0.26 0.85 0.33 41.92 0.74 0.38
Hex AB 7F 19 0 1A 55 21 2A 4A 26
Octal 253 177 31 0 32 125 41 52 112 46
Binary 10101011 1111111 11001 0 11010 1010101 100001 101010 1001010 100110

Color Harmonies of #AB7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F19

Black with #AB7F19

Text Example


Text Example

White with #AB7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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