Html Css Color HEX #AC9316 Lucky

📋 copy color: '#AC9316'

red 172 ◦ green 147 ◦ blue 22

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

Shades of Lucky #AC9316

Tints of Lucky #AC9316

RGB

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

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

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

R = 50.44%
G = 43.11%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9316 (or 0xAC9316) is known color: Lucky. HEX triplet: AC, 93 and 16. RGB value is (172,147,22). Sum of RGB (Red+Green+Blue) = 172+147+22=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9316 is #536CE9. Grayscale: #8C8C8C. Windows color (decimal): -5467370 or 1479596. OLE color: 1479596.

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

Color convert

RGB 172 147 22 -
CMYK 0 0.15 0.87 0.33
HSL 50º 0.77% 0.38% -
HSV(B) 50º 0.87% 0.67% -
XYZ 27.59 29.7 5.04 -
YUV 140.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 172 147 22 0 0.15 0.87 0.33 50 0.77 0.38
Hex AC 93 16 0 F 57 21 32 4D 26
Octal 254 223 26 0 17 127 41 62 115 46
Binary 10101100 10010011 10110 0 1111 1010111 100001 110010 1001101 100110

Color Harmonies of #AC9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9316

Black with #AC9316

Text Example


Text Example

White with #AC9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9316; }

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

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

background-color css

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

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

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

border-color css

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

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

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