Html Css Color HEX #ACA221 Lucky

📋 copy color: '#ACA221'

red 172 ◦ green 162 ◦ blue 33

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

Shades of Lucky #ACA221

Tints of Lucky #ACA221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 46.87%
G = 44.14%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACA221 (or 0xACA221) is known color: Lucky. HEX triplet: AC, A2 and 21. RGB value is (172,162,33). Sum of RGB (Red+Green+Blue) = 172+162+33=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA221 is #535DDE. Grayscale: #969696. Windows color (decimal): -5463519 or 2204332. OLE color: 2204332.

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

Color convert

RGB 172 162 33 -
CMYK 0 0.06 0.81 0.33
HSL 55.68º 0.68% 0.4% -
HSV(B) 55.68º 0.81% 0.67% -
XYZ 30.21 34.72 6.55 -
YUV 150.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 172 162 33 0 0.06 0.81 0.33 55.68 0.68 0.4
Hex AC A2 21 0 6 51 21 38 44 28
Octal 254 242 41 0 6 121 41 70 104 50
Binary 10101100 10100010 100001 0 110 1010001 100001 111000 1000100 101000

Color Harmonies of #ACA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA221

Black with #ACA221

Text Example


Text Example

White with #ACA221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA221; }

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

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

background-color css

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

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

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

border-color css

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

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

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