Html Css Color HEX #AC9016 Lucky

📋 copy color: '#AC9016'

red 172 ◦ green 144 ◦ blue 22

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

Shades of Lucky #AC9016

Tints of Lucky #AC9016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 50.89%
G = 42.6%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9016 (or 0xAC9016) is known color: Lucky. HEX triplet: AC, 90 and 16. RGB value is (172,144,22). Sum of RGB (Red+Green+Blue) = 172+144+22=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9016 is #536FE9. Grayscale: #8A8A8A. Windows color (decimal): -5468138 or 1478828. OLE color: 1478828.

HSL color Cylindrical-coordinate representation of color #AC9016: hue angle of 48.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC9016 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 22 -
CMYK 0 0.16 0.87 0.33
HSL 48.8º 0.77% 0.38% -
HSV(B) 48.8º 0.87% 0.67% -
XYZ 27.13 28.78 4.88 -
YUV 138.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 172 144 22 0 0.16 0.87 0.33 48.8 0.77 0.38
Hex AC 90 16 0 10 57 21 31 4D 26
Octal 254 220 26 0 20 127 41 61 115 46
Binary 10101100 10010000 10110 0 10000 1010111 100001 110001 1001101 100110

Color Harmonies of #AC9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9016

Black with #AC9016

Text Example


Text Example

White with #AC9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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