Html Css Color HEX #AC9420 Lucky

📋 copy color: '#AC9420'

red 172 ◦ green 148 ◦ blue 32

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

Shades of Lucky #AC9420

Tints of Lucky #AC9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

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

R = 48.86%
G = 42.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC9420 (or 0xAC9420) is known color: Lucky. HEX triplet: AC, 94 and 20. RGB value is (172,148,32). Sum of RGB (Red+Green+Blue) = 172+148+32=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9420 is #536BDF. Grayscale: #8E8E8E. Windows color (decimal): -5467104 or 2135212. OLE color: 2135212.

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

Color convert

RGB 172 148 32 -
CMYK 0 0.14 0.81 0.33
HSL 49.71º 0.69% 0.4% -
HSV(B) 49.71º 0.81% 0.67% -
XYZ 27.86 30.05 5.7 -
YUV 141.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 172 148 32 0 0.14 0.81 0.33 49.71 0.69 0.4
Hex AC 94 20 0 E 51 21 32 45 28
Octal 254 224 40 0 16 121 41 62 105 50
Binary 10101100 10010100 100000 0 1110 1010001 100001 110010 1000101 101000

Color Harmonies of #AC9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9420

Black with #AC9420

Text Example


Text Example

White with #AC9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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