Html Css Color HEX #ACA222 Lucky

📋 copy color: '#ACA222'

red 172 ◦ green 162 ◦ blue 34

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

Shades of Lucky #ACA222

Tints of Lucky #ACA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 46.74%
G = 44.02%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#ACA222 (or 0xACA222) is known color: Lucky. HEX triplet: AC, A2 and 22. RGB value is (172,162,34). Sum of RGB (Red+Green+Blue) = 172+162+34=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA222 is #535DDD. Grayscale: #969696. Windows color (decimal): -5463518 or 2269868. OLE color: 2269868.

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

Color convert

RGB 172 162 34 -
CMYK 0 0.06 0.80 0.33
HSL 55.65º 0.67% 0.4% -
HSV(B) 55.65º 0.8% 0.67% -
XYZ 30.22 34.73 6.62 -
YUV 150.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 172 162 34 0 0.06 0.80 0.33 55.65 0.67 0.4
Hex AC A2 22 0 6 50 21 38 43 28
Octal 254 242 42 0 6 120 41 70 103 50
Binary 10101100 10100010 100010 0 110 1010000 100001 111000 1000011 101000

Color Harmonies of #ACA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA222

Black with #ACA222

Text Example


Text Example

White with #ACA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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