Html Css Color HEX #AC9A14 Lucky

📋 copy color: '#AC9A14'

red 172 ◦ green 154 ◦ blue 20

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

Shades of Lucky #AC9A14

Tints of Lucky #AC9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 49.71%
G = 44.51%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC9A14 (or 0xAC9A14) is known color: Lucky. HEX triplet: AC, 9A and 14. RGB value is (172,154,20). Sum of RGB (Red+Green+Blue) = 172+154+20=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A14 is #5365EB. Grayscale: #909090. Windows color (decimal): -5465580 or 1350316. OLE color: 1350316.

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

Color convert

RGB 172 154 20 -
CMYK 0 0.10 0.88 0.33
HSL 52.89º 0.79% 0.38% -
HSV(B) 52.89º 0.88% 0.67% -
XYZ 28.7 31.93 5.31 -
YUV 144.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 172 154 20 0 0.10 0.88 0.33 52.89 0.79 0.38
Hex AC 9A 14 0 A 58 21 35 4F 26
Octal 254 232 24 0 12 130 41 65 117 46
Binary 10101100 10011010 10100 0 1010 1011000 100001 110101 1001111 100110

Color Harmonies of #AC9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A14

Black with #AC9A14

Text Example


Text Example

White with #AC9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A14; }

 p { color: rgb(172,154,20); }

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

background-color css

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

 a { background-color: rgb(172,154,20); }

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

border-color css

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

 span { border-color: rgb(172,154,20); }

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