Html Css Color HEX #ACA000 Lucky

📋 copy color: '#ACA000'

red 172 ◦ green 160 ◦ blue 0

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

Shades of Lucky #ACA000

Tints of Lucky #ACA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

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

R = 51.81%
G = 48.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACA000 (or 0xACA000) is known color: Lucky. HEX triplet: AC, A0 and 00. RGB value is (172,160,0). Sum of RGB (Red+Green+Blue) = 172+160+0=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA000 is #535FFF. Grayscale: #929292. Windows color (decimal): -5464064 or 41132. OLE color: 41132.

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

Color convert

RGB 172 160 0 -
CMYK 0 0.07 1 0.33
HSL 55.81º 1% 0.34% -
HSV(B) 55.81º 1% 0.67% -
XYZ 29.58 33.91 4.99 -
YUV 145.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 172 160 0 0 0.07 1 0.33 55.81 1 0.34
Hex AC A0 0 0 7 64 21 38 64 22
Octal 254 240 0 0 7 144 41 70 144 42
Binary 10101100 10100000 0 0 111 1100100 100001 111000 1100100 100010

Color Harmonies of #ACA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA000

Black with #ACA000

Text Example


Text Example

White with #ACA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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