Html Css Color HEX #ACA101 Lucky

📋 copy color: '#ACA101'

red 172 ◦ green 161 ◦ blue 1

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

Shades of Lucky #ACA101

Tints of Lucky #ACA101

RGB

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

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

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

R = 51.5%
G = 48.2%
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

#ACA101 (or 0xACA101) is known color: Lucky. HEX triplet: AC, A1 and 01. RGB value is (172,161,1). Sum of RGB (Red+Green+Blue) = 172+161+1=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA101 is #535EFE. Grayscale: #929292. Windows color (decimal): -5463807 or 106924. OLE color: 106924.

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

Color convert

RGB 172 161 1 -
CMYK 0 0.06 0.99 0.33
HSL 56.14º 0.99% 0.34% -
HSV(B) 56.14º 0.99% 0.67% -
XYZ 29.76 34.26 5.07 -
YUV 146.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 172 161 1 0 0.06 0.99 0.33 56.14 0.99 0.34
Hex AC A1 1 0 6 63 21 38 63 22
Octal 254 241 1 0 6 143 41 70 143 42
Binary 10101100 10100001 1 0 110 1100011 100001 111000 1100011 100010

Color Harmonies of #ACA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA101

Black with #ACA101

Text Example


Text Example

White with #ACA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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