Html Css Color HEX #AC9716 Lucky

📋 copy color: '#AC9716'

red 172 ◦ green 151 ◦ blue 22

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

Shades of Lucky #AC9716

Tints of Lucky #AC9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 49.86%
G = 43.77%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9716 (or 0xAC9716) is known color: Lucky. HEX triplet: AC, 97 and 16. RGB value is (172,151,22). Sum of RGB (Red+Green+Blue) = 172+151+22=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9716 is #5368E9. Grayscale: #8F8F8F. Windows color (decimal): -5466346 or 1480620. OLE color: 1480620.

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

Color convert

RGB 172 151 22 -
CMYK 0 0.12 0.87 0.33
HSL 51.6º 0.77% 0.38% -
HSV(B) 51.6º 0.87% 0.67% -
XYZ 28.22 30.96 5.25 -
YUV 142.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 172 151 22 0 0.12 0.87 0.33 51.6 0.77 0.38
Hex AC 97 16 0 C 57 21 34 4D 26
Octal 254 227 26 0 14 127 41 64 115 46
Binary 10101100 10010111 10110 0 1100 1010111 100001 110100 1001101 100110

Color Harmonies of #AC9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9716

Black with #AC9716

Text Example


Text Example

White with #AC9716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9716; }

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

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

background-color css

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

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

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

border-color css

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

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

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