Html Css Color HEX #AC9E13 Lucky

📋 copy color: '#AC9E13'

red 172 ◦ green 158 ◦ blue 19

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

Shades of Lucky #AC9E13

Tints of Lucky #AC9E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.27%

 BLUE value IS 19 (7.81% from 255) = 5.44%

R = 49.28%
G = 45.27%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC9E13 (or 0xAC9E13) is known color: Lucky. HEX triplet: AC, 9E and 13. RGB value is (172,158,19). Sum of RGB (Red+Green+Blue) = 172+158+19=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9E13 is #5361EC. Grayscale: #929292. Windows color (decimal): -5464557 or 1285804. OLE color: 1285804.

HSL color Cylindrical-coordinate representation of color #AC9E13: hue angle of 54.51º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC9E13 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 19 -
CMYK 0 0.08 0.89 0.33
HSL 54.51º 0.8% 0.37% -
HSV(B) 54.51º 0.89% 0.67% -
XYZ 29.36 33.27 5.49 -
YUV 146.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 172 158 19 0 0.08 0.89 0.33 54.51 0.8 0.37
Hex AC 9E 13 0 8 59 21 37 50 25
Octal 254 236 23 0 10 131 41 67 120 45
Binary 10101100 10011110 10011 0 1000 1011001 100001 110111 1010000 100101

Color Harmonies of #AC9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E13

Black with #AC9E13

Text Example


Text Example

White with #AC9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E13; }

 p { color: rgb(172,158,19); }

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

background-color css

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

 a { background-color: rgb(172,158,19); }

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

border-color css

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

 span { border-color: rgb(172,158,19); }

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