Html Css Color HEX #AB8619 Hacienda

📋 copy color: '#AB8619'

red 171 ◦ green 134 ◦ blue 25

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

Shades of Hacienda #AB8619

Tints of Hacienda #AB8619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

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

R = 51.82%
G = 40.61%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8619 (or 0xAB8619) is known color: Hacienda. HEX triplet: AB, 86 and 19. RGB value is (171,134,25). Sum of RGB (Red+Green+Blue) = 171+134+25=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8619 is #5479E6. Grayscale: #858585. Windows color (decimal): -5536231 or 1672875. OLE color: 1672875.

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

Color convert

RGB 171 134 25 -
CMYK 0 0.22 0.85 0.33
HSL 44.79º 0.74% 0.38% -
HSV(B) 44.79º 0.85% 0.67% -
XYZ 25.5 25.78 4.55 -
YUV 132.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 171 134 25 0 0.22 0.85 0.33 44.79 0.74 0.38
Hex AB 86 19 0 16 55 21 2D 4A 26
Octal 253 206 31 0 26 125 41 55 112 46
Binary 10101011 10000110 11001 0 10110 1010101 100001 101101 1001010 100110

Color Harmonies of #AB8619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8619

Black with #AB8619

Text Example


Text Example

White with #AB8619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8619; }

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

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

background-color css

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

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

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

border-color css

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

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

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