Html Css Color HEX #ACAA14 Lucky

📋 copy color: '#ACAA14'

red 172 ◦ green 170 ◦ blue 20

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

Shades of Lucky #ACAA14

Tints of Lucky #ACAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.96%

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 47.51%
G = 46.96%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ACAA14 (or 0xACAA14) is known color: Lucky. HEX triplet: AC, AA and 14. RGB value is (172,170,20). Sum of RGB (Red+Green+Blue) = 172+170+20=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA14 is #5355EB. Grayscale: #9A9A9A. Windows color (decimal): -5461484 or 1354412. OLE color: 1354412.

HSL color Cylindrical-coordinate representation of color #ACAA14: hue angle of 59.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACAA14 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 20 -
CMYK 0 0.01 0.88 0.33
HSL 59.21º 0.79% 0.38% -
HSV(B) 59.21º 0.88% 0.67% -
XYZ 31.51 37.57 6.25 -
YUV 153.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 172 170 20 0 0.01 0.88 0.33 59.21 0.79 0.38
Hex AC AA 14 0 1 58 21 3B 4F 26
Octal 254 252 24 0 1 130 41 73 117 46
Binary 10101100 10101010 10100 0 1 1011000 100001 111011 1001111 100110

Color Harmonies of #ACAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA14

Black with #ACAA14

Text Example


Text Example

White with #ACAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA14; }

 p { color: rgb(172,170,20); }

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

background-color css

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

 a { background-color: rgb(172,170,20); }

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

border-color css

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

 span { border-color: rgb(172,170,20); }

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