Html Css Color HEX #AC9417 Lucky

📋 copy color: '#AC9417'

red 172 ◦ green 148 ◦ blue 23

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

Shades of Lucky #AC9417

Tints of Lucky #AC9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 50.15%
G = 43.15%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC9417 (or 0xAC9417) is known color: Lucky. HEX triplet: AC, 94 and 17. RGB value is (172,148,23). Sum of RGB (Red+Green+Blue) = 172+148+23=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9417 is #536BE8. Grayscale: #8D8D8D. Windows color (decimal): -5467113 or 1545388. OLE color: 1545388.

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

Color convert

RGB 172 148 23 -
CMYK 0 0.14 0.87 0.33
HSL 50.34º 0.76% 0.38% -
HSV(B) 50.34º 0.87% 0.67% -
XYZ 27.76 30.01 5.14 -
YUV 140.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 172 148 23 0 0.14 0.87 0.33 50.34 0.76 0.38
Hex AC 94 17 0 E 57 21 32 4C 26
Octal 254 224 27 0 16 127 41 62 114 46
Binary 10101100 10010100 10111 0 1110 1010111 100001 110010 1001100 100110

Color Harmonies of #AC9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9417

Black with #AC9417

Text Example


Text Example

White with #AC9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9417; }

 p { color: rgb(172,148,23); }

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

background-color css

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

 a { background-color: rgb(172,148,23); }

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

border-color css

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

 span { border-color: rgb(172,148,23); }

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