Html Css Color HEX #AC9320 Lucky

📋 copy color: '#AC9320'

red 172 ◦ green 147 ◦ blue 32

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

Shades of Lucky #AC9320

Tints of Lucky #AC9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

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

R = 49%
G = 41.88%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC9320 (or 0xAC9320) is known color: Lucky. HEX triplet: AC, 93 and 20. RGB value is (172,147,32). Sum of RGB (Red+Green+Blue) = 172+147+32=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9320 is #536CDF. Grayscale: #8D8D8D. Windows color (decimal): -5467360 or 2134956. OLE color: 2134956.

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

Color convert

RGB 172 147 32 -
CMYK 0 0.15 0.81 0.33
HSL 49.29º 0.69% 0.4% -
HSV(B) 49.29º 0.81% 0.67% -
XYZ 27.71 29.74 5.65 -
YUV 141.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 172 147 32 0 0.15 0.81 0.33 49.29 0.69 0.4
Hex AC 93 20 0 F 51 21 31 45 28
Octal 254 223 40 0 17 121 41 61 105 50
Binary 10101100 10010011 100000 0 1111 1010001 100001 110001 1000101 101000

Color Harmonies of #AC9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9320

Black with #AC9320

Text Example


Text Example

White with #AC9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9320; }

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

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

background-color css

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

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

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

border-color css

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

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

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