Html Css Color HEX #AC8A20 Hacienda

📋 copy color: '#AC8A20'

red 172 ◦ green 138 ◦ blue 32

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

Shades of Hacienda #AC8A20

Tints of Hacienda #AC8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

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

R = 50.29%
G = 40.35%
B = 9.36%

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

#AC8A20 (or 0xAC8A20) is known color: Hacienda. HEX triplet: AC, 8A and 20. RGB value is (172,138,32). Sum of RGB (Red+Green+Blue) = 172+138+32=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A20 is #5375DF. Grayscale: #888888. Windows color (decimal): -5469664 or 2132652. OLE color: 2132652.

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

Color convert

RGB 172 138 32 -
CMYK 0 0.20 0.81 0.33
HSL 45.43º 0.69% 0.4% -
HSV(B) 45.43º 0.81% 0.67% -
XYZ 26.36 27.05 5.2 -
YUV 136.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 172 138 32 0 0.20 0.81 0.33 45.43 0.69 0.4
Hex AC 8A 20 0 14 51 21 2D 45 28
Octal 254 212 40 0 24 121 41 55 105 50
Binary 10101100 10001010 100000 0 10100 1010001 100001 101101 1000101 101000

Color Harmonies of #AC8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A20

Black with #AC8A20

Text Example


Text Example

White with #AC8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A20; }

 p { color: rgb(172,138,32); }

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

background-color css

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

 a { background-color: rgb(172,138,32); }

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

border-color css

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

 span { border-color: rgb(172,138,32); }

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