Html Css Color HEX #AC9013 Lucky

📋 copy color: '#AC9013'

red 172 ◦ green 144 ◦ blue 19

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

Shades of Lucky #AC9013

Tints of Lucky #AC9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 51.34%
G = 42.99%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC9013 (or 0xAC9013) is known color: Lucky. HEX triplet: AC, 90 and 13. RGB value is (172,144,19). Sum of RGB (Red+Green+Blue) = 172+144+19=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9013 is #536FEC. Grayscale: #8A8A8A. Windows color (decimal): -5468141 or 1282220. OLE color: 1282220.

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

Color convert

RGB 172 144 19 -
CMYK 0 0.16 0.89 0.33
HSL 49.02º 0.8% 0.37% -
HSV(B) 49.02º 0.89% 0.67% -
XYZ 27.1 28.76 4.74 -
YUV 138.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 172 144 19 0 0.16 0.89 0.33 49.02 0.8 0.37
Hex AC 90 13 0 10 59 21 31 50 25
Octal 254 220 23 0 20 131 41 61 120 45
Binary 10101100 10010000 10011 0 10000 1011001 100001 110001 1010000 100101

Color Harmonies of #AC9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9013

Black with #AC9013

Text Example


Text Example

White with #AC9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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