Html Css Color HEX #ACA20C Lucky

📋 copy color: '#ACA20C'

red 172 ◦ green 162 ◦ blue 12

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

Shades of Lucky #ACA20C

Tints of Lucky #ACA20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 49.71%
G = 46.82%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ACA20C (or 0xACA20C) is known color: Lucky. HEX triplet: AC, A2 and 0C. RGB value is (172,162,12). Sum of RGB (Red+Green+Blue) = 172+162+12=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA20C is #535DF3. Grayscale: #949494. Windows color (decimal): -5463540 or 828076. OLE color: 828076.

HSL color Cylindrical-coordinate representation of color #ACA20C: hue angle of 56.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACA20C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 162 12 -
CMYK 0 0.06 0.93 0.33
HSL 56.25º 0.87% 0.36% -
HSV(B) 56.25º 0.93% 0.67% -
XYZ 30 34.64 5.45 -
YUV 147.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 172 162 12 0 0.06 0.93 0.33 56.25 0.87 0.36
Hex AC A2 C 0 6 5D 21 38 57 24
Octal 254 242 14 0 6 135 41 70 127 44
Binary 10101100 10100010 1100 0 110 1011101 100001 111000 1010111 100100

Color Harmonies of #ACA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA20C

Black with #ACA20C

Text Example


Text Example

White with #ACA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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