Html Css Color HEX #ACA212 Lucky

📋 copy color: '#ACA212'

red 172 ◦ green 162 ◦ blue 18

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

Shades of Lucky #ACA212

Tints of Lucky #ACA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

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

R = 48.86%
G = 46.02%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACA212 (or 0xACA212) is known color: Lucky. HEX triplet: AC, A2 and 12. RGB value is (172,162,18). Sum of RGB (Red+Green+Blue) = 172+162+18=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA212 is #535DED. Grayscale: #959595. Windows color (decimal): -5463534 or 1221292. OLE color: 1221292.

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

Color convert

RGB 172 162 18 -
CMYK 0 0.06 0.90 0.33
HSL 56.1º 0.81% 0.37% -
HSV(B) 56.1º 0.9% 0.67% -
XYZ 30.04 34.65 5.68 -
YUV 148.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 172 162 18 0 0.06 0.90 0.33 56.1 0.81 0.37
Hex AC A2 12 0 6 5A 21 38 51 25
Octal 254 242 22 0 6 132 41 70 121 45
Binary 10101100 10100010 10010 0 110 1011010 100001 111000 1010001 100101

Color Harmonies of #ACA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA212

Black with #ACA212

Text Example


Text Example

White with #ACA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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