Html Css Color HEX #AC9020 Lucky

📋 copy color: '#AC9020'

red 172 ◦ green 144 ◦ blue 32

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

Shades of Lucky #AC9020

Tints of Lucky #AC9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 49.43%
G = 41.38%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC9020 (or 0xAC9020) is known color: Lucky. HEX triplet: AC, 90 and 20. RGB value is (172,144,32). Sum of RGB (Red+Green+Blue) = 172+144+32=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9020 is #536FDF. Grayscale: #8C8C8C. Windows color (decimal): -5468128 or 2134188. OLE color: 2134188.

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

Color convert

RGB 172 144 32 -
CMYK 0 0.16 0.81 0.33
HSL 48º 0.69% 0.4% -
HSV(B) 48º 0.81% 0.67% -
XYZ 27.25 28.82 5.49 -
YUV 139.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 172 144 32 0 0.16 0.81 0.33 48 0.69 0.4
Hex AC 90 20 0 10 51 21 30 45 28
Octal 254 220 40 0 20 121 41 60 105 50
Binary 10101100 10010000 100000 0 10000 1010001 100001 110000 1000101 101000

Color Harmonies of #AC9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9020

Black with #AC9020

Text Example


Text Example

White with #AC9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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