Html Css Color HEX #ACA201 Lucky

📋 copy color: '#ACA201'

red 172 ◦ green 162 ◦ blue 1

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

Shades of Lucky #ACA201

Tints of Lucky #ACA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.34%
G = 48.36%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA201 (or 0xACA201) is known color: Lucky. HEX triplet: AC, A2 and 01. RGB value is (172,162,1). Sum of RGB (Red+Green+Blue) = 172+162+1=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA201 is #535DFE. Grayscale: #939393. Windows color (decimal): -5463551 or 107180. OLE color: 107180.

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

Color convert

RGB 172 162 1 -
CMYK 0 0.06 0.99 0.33
HSL 56.49º 0.99% 0.34% -
HSV(B) 56.49º 0.99% 0.67% -
XYZ 29.94 34.61 5.13 -
YUV 146.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 172 162 1 0 0.06 0.99 0.33 56.49 0.99 0.34
Hex AC A2 1 0 6 63 21 38 63 22
Octal 254 242 1 0 6 143 41 70 143 42
Binary 10101100 10100010 1 0 110 1100011 100001 111000 1100011 100010

Color Harmonies of #ACA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA201

Black with #ACA201

Text Example


Text Example

White with #ACA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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