Html Css Color HEX #ACA001 Lucky

📋 copy color: '#ACA001'

red 172 ◦ green 160 ◦ blue 1

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

Shades of Lucky #ACA001

Tints of Lucky #ACA001

RGB

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

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

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

R = 51.65%
G = 48.05%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA001 (or 0xACA001) is known color: Lucky. HEX triplet: AC, A0 and 01. RGB value is (172,160,1). Sum of RGB (Red+Green+Blue) = 172+160+1=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA001 is #535FFE. Grayscale: #929292. Windows color (decimal): -5464063 or 106668. OLE color: 106668.

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

Color convert

RGB 172 160 1 -
CMYK 0 0.07 0.99 0.33
HSL 55.79º 0.99% 0.34% -
HSV(B) 55.79º 0.99% 0.67% -
XYZ 29.59 33.91 5.02 -
YUV 145.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 172 160 1 0 0.07 0.99 0.33 55.79 0.99 0.34
Hex AC A0 1 0 7 63 21 38 63 22
Octal 254 240 1 0 7 143 41 70 143 42
Binary 10101100 10100000 1 0 111 1100011 100001 111000 1100011 100010

Color Harmonies of #ACA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA001

Black with #ACA001

Text Example


Text Example

White with #ACA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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