Html Css Color HEX #AC9616 Lucky

📋 copy color: '#AC9616'

red 172 ◦ green 150 ◦ blue 22

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

Shades of Lucky #AC9616

Tints of Lucky #AC9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

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

R = 50%
G = 43.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9616 (or 0xAC9616) is known color: Lucky. HEX triplet: AC, 96 and 16. RGB value is (172,150,22). Sum of RGB (Red+Green+Blue) = 172+150+22=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9616 is #5369E9. Grayscale: #8E8E8E. Windows color (decimal): -5466602 or 1480364. OLE color: 1480364.

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

Color convert

RGB 172 150 22 -
CMYK 0 0.13 0.87 0.33
HSL 51.2º 0.77% 0.38% -
HSV(B) 51.2º 0.87% 0.67% -
XYZ 28.06 30.64 5.19 -
YUV 141.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 172 150 22 0 0.13 0.87 0.33 51.2 0.77 0.38
Hex AC 96 16 0 D 57 21 33 4D 26
Octal 254 226 26 0 15 127 41 63 115 46
Binary 10101100 10010110 10110 0 1101 1010111 100001 110011 1001101 100110

Color Harmonies of #AC9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9616

Black with #AC9616

Text Example


Text Example

White with #AC9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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