Html Css Color HEX #ACA011 Lucky

📋 copy color: '#ACA011'

red 172 ◦ green 160 ◦ blue 17

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

Shades of Lucky #ACA011

Tints of Lucky #ACA011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.87%

R = 49.28%
G = 45.85%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACA011 (or 0xACA011) is known color: Lucky. HEX triplet: AC, A0 and 11. RGB value is (172,160,17). Sum of RGB (Red+Green+Blue) = 172+160+17=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA011 is #535FEE. Grayscale: #939393. Windows color (decimal): -5464047 or 1155244. OLE color: 1155244.

HSL color Cylindrical-coordinate representation of color #ACA011: hue angle of 55.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA011 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 160 17 -
CMYK 0 0.07 0.90 0.33
HSL 55.35º 0.82% 0.37% -
HSV(B) 55.35º 0.9% 0.67% -
XYZ 29.69 33.95 5.52 -
YUV 147.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 172 160 17 0 0.07 0.90 0.33 55.35 0.82 0.37
Hex AC A0 11 0 7 5A 21 37 52 25
Octal 254 240 21 0 7 132 41 67 122 45
Binary 10101100 10100000 10001 0 111 1011010 100001 110111 1010010 100101

Color Harmonies of #ACA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA011

Black with #ACA011

Text Example


Text Example

White with #ACA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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