Html Css Color HEX #ACA301 Lucky

📋 copy color: '#ACA301'

red 172 ◦ green 163 ◦ blue 1

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

Shades of Lucky #ACA301

Tints of Lucky #ACA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.51%

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

R = 51.19%
G = 48.51%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA301 (or 0xACA301) is known color: Lucky. HEX triplet: AC, A3 and 01. RGB value is (172,163,1). Sum of RGB (Red+Green+Blue) = 172+163+1=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA301 is #535CFE. Grayscale: #939393. Windows color (decimal): -5463295 or 107436. OLE color: 107436.

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

Color convert

RGB 172 163 1 -
CMYK 0 0.05 0.99 0.33
HSL 56.84º 0.99% 0.34% -
HSV(B) 56.84º 0.99% 0.67% -
XYZ 30.12 34.97 5.19 -
YUV 147.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 172 163 1 0 0.05 0.99 0.33 56.84 0.99 0.34
Hex AC A3 1 0 5 63 21 39 63 22
Octal 254 243 1 0 5 143 41 71 143 42
Binary 10101100 10100011 1 0 101 1100011 100001 111001 1100011 100010

Color Harmonies of #ACA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA301

Black with #ACA301

Text Example


Text Example

White with #ACA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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