Html Css Color HEX #AB8320 Hacienda

📋 copy color: '#AB8320'

red 171 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #AB8320

Tints of Hacienda #AB8320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 51.2%
G = 39.22%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB8320 (or 0xAB8320) is known color: Hacienda. HEX triplet: AB, 83 and 20. RGB value is (171,131,32). Sum of RGB (Red+Green+Blue) = 171+131+32=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8320 is #547CDF. Grayscale: #848484. Windows color (decimal): -5536992 or 2130859. OLE color: 2130859.

HSL color Cylindrical-coordinate representation of color #AB8320: hue angle of 42.73º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB8320 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 32 -
CMYK 0 0.23 0.81 0.33
HSL 42.73º 0.68% 0.4% -
HSV(B) 42.73º 0.81% 0.67% -
XYZ 25.17 24.99 4.86 -
YUV 131.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 171 131 32 0 0.23 0.81 0.33 42.73 0.68 0.4
Hex AB 83 20 0 17 51 21 2B 44 28
Octal 253 203 40 0 27 121 41 53 104 50
Binary 10101011 10000011 100000 0 10111 1010001 100001 101011 1000100 101000

Color Harmonies of #AB8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8320

Black with #AB8320

Text Example


Text Example

White with #AB8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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