Html Css Color HEX #ACA100 Lucky

📋 copy color: '#ACA100'

red 172 ◦ green 161 ◦ blue 0

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

Shades of Lucky #ACA100

Tints of Lucky #ACA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.65%
G = 48.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACA100 (or 0xACA100) is known color: Lucky. HEX triplet: AC, A1 and 00. RGB value is (172,161,0). Sum of RGB (Red+Green+Blue) = 172+161+0=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA100 is #535EFF. Grayscale: #929292. Windows color (decimal): -5463808 or 41388. OLE color: 41388.

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

Color convert

RGB 172 161 0 -
CMYK 0 0.06 1 0.33
HSL 56.16º 1% 0.34% -
HSV(B) 56.16º 1% 0.67% -
XYZ 29.76 34.26 5.04 -
YUV 145.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 172 161 0 0 0.06 1 0.33 56.16 1 0.34
Hex AC A1 0 0 6 64 21 38 64 22
Octal 254 241 0 0 6 144 41 70 144 42
Binary 10101100 10100001 0 0 110 1100100 100001 111000 1100100 100010

Color Harmonies of #ACA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA100

Black with #ACA100

Text Example


Text Example

White with #ACA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA100; }

 p { color: rgb(172,161,0); }

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

background-color css

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

 a { background-color: rgb(172,161,0); }

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

border-color css

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

 span { border-color: rgb(172,161,0); }

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