Html Css Color HEX #AC9012 Lucky

📋 copy color: '#AC9012'

red 172 ◦ green 144 ◦ blue 18

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

Shades of Lucky #AC9012

Tints of Lucky #AC9012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 51.5%
G = 43.11%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC9012 (or 0xAC9012) is known color: Lucky. HEX triplet: AC, 90 and 12. RGB value is (172,144,18). Sum of RGB (Red+Green+Blue) = 172+144+18=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9012 is #536FED. Grayscale: #8A8A8A. Windows color (decimal): -5468142 or 1216684. OLE color: 1216684.

HSL color Cylindrical-coordinate representation of color #AC9012: hue angle of 49.09º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC9012 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 18 -
CMYK 0 0.16 0.90 0.33
HSL 49.09º 0.81% 0.37% -
HSV(B) 49.09º 0.9% 0.67% -
XYZ 27.1 28.76 4.7 -
YUV 138.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 172 144 18 0 0.16 0.90 0.33 49.09 0.81 0.37
Hex AC 90 12 0 10 5A 21 31 51 25
Octal 254 220 22 0 20 132 41 61 121 45
Binary 10101100 10010000 10010 0 10000 1011010 100001 110001 1010001 100101

Color Harmonies of #AC9012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9012

Black with #AC9012

Text Example


Text Example

White with #AC9012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9012; }

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

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

background-color css

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

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

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

border-color css

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

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

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