Html Css Color HEX #AC8921 Hacienda

📋 copy color: '#AC8921'

red 172 ◦ green 137 ◦ blue 33

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

Shades of Hacienda #AC8921

Tints of Hacienda #AC8921

RGB

 RED value IS 172 (67.58% from 255) = 50.29%

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 50.29%
G = 40.06%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC8921 (or 0xAC8921) is known color: Hacienda. HEX triplet: AC, 89 and 21. RGB value is (172,137,33). Sum of RGB (Red+Green+Blue) = 172+137+33=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8921 is #5376DE. Grayscale: #888888. Windows color (decimal): -5469919 or 2197932. OLE color: 2197932.

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

Color convert

RGB 172 137 33 -
CMYK 0 0.20 0.81 0.33
HSL 44.89º 0.68% 0.4% -
HSV(B) 44.89º 0.81% 0.67% -
XYZ 26.23 26.77 5.22 -
YUV 135.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 172 137 33 0 0.20 0.81 0.33 44.89 0.68 0.4
Hex AC 89 21 0 14 51 21 2D 44 28
Octal 254 211 41 0 24 121 41 55 104 50
Binary 10101100 10001001 100001 0 10100 1010001 100001 101101 1000100 101000

Color Harmonies of #AC8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8921

Black with #AC8921

Text Example


Text Example

White with #AC8921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8921; }

 p { color: rgb(172,137,33); }

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

background-color css

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

 a { background-color: rgb(172,137,33); }

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

border-color css

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

 span { border-color: rgb(172,137,33); }

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