Html Css Color HEX #AB8319 Hacienda

📋 copy color: '#AB8319'

red 171 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #AB8319

Tints of Hacienda #AB8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 52.29%
G = 40.06%
B = 7.65%

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

#AB8319 (or 0xAB8319) is known color: Hacienda. HEX triplet: AB, 83 and 19. RGB value is (171,131,25). Sum of RGB (Red+Green+Blue) = 171+131+25=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8319 is #547CE6. Grayscale: #838383. Windows color (decimal): -5536999 or 1672107. OLE color: 1672107.

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

Color convert

RGB 171 131 25 -
CMYK 0 0.23 0.85 0.33
HSL 43.56º 0.74% 0.38% -
HSV(B) 43.56º 0.85% 0.67% -
XYZ 25.09 24.96 4.42 -
YUV 130.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 171 131 25 0 0.23 0.85 0.33 43.56 0.74 0.38
Hex AB 83 19 0 17 55 21 2C 4A 26
Octal 253 203 31 0 27 125 41 54 112 46
Binary 10101011 10000011 11001 0 10111 1010101 100001 101100 1001010 100110

Color Harmonies of #AB8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8319

Black with #AB8319

Text Example


Text Example

White with #AB8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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