Html Css Color HEX #ACAA12 Lucky

📋 copy color: '#ACAA12'

red 172 ◦ green 170 ◦ blue 18

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

Shades of Lucky #ACAA12

Tints of Lucky #ACAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.22%

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

R = 47.78%
G = 47.22%
B = 5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACAA12 (or 0xACAA12) is known color: Lucky. HEX triplet: AC, AA and 12. RGB value is (172,170,18). Sum of RGB (Red+Green+Blue) = 172+170+18=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA12 is #5355ED. Grayscale: #999999. Windows color (decimal): -5461486 or 1223340. OLE color: 1223340.

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

Color convert

RGB 172 170 18 -
CMYK 0 0.01 0.90 0.33
HSL 59.22º 0.81% 0.37% -
HSV(B) 59.22º 0.9% 0.67% -
XYZ 31.5 37.56 6.16 -
YUV 153.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 172 170 18 0 0.01 0.90 0.33 59.22 0.81 0.37
Hex AC AA 12 0 1 5A 21 3B 51 25
Octal 254 252 22 0 1 132 41 73 121 45
Binary 10101100 10101010 10010 0 1 1011010 100001 111011 1010001 100101

Color Harmonies of #ACAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA12

Black with #ACAA12

Text Example


Text Example

White with #ACAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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