Html Css Color HEX #ACAA10 Lucky

📋 copy color: '#ACAA10'

red 172 ◦ green 170 ◦ blue 16

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

Shades of Lucky #ACAA10

Tints of Lucky #ACAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 48.04%
G = 47.49%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ACAA10 (or 0xACAA10) is known color: Lucky. HEX triplet: AC, AA and 10. RGB value is (172,170,16). Sum of RGB (Red+Green+Blue) = 172+170+16=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA10 is #5355EF. Grayscale: #999999. Windows color (decimal): -5461488 or 1092268. OLE color: 1092268.

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

Color convert

RGB 172 170 16 -
CMYK 0 0.01 0.91 0.33
HSL 59.23º 0.83% 0.37% -
HSV(B) 59.23º 0.91% 0.67% -
XYZ 31.48 37.56 6.08 -
YUV 153.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 172 170 16 0 0.01 0.91 0.33 59.23 0.83 0.37
Hex AC AA 10 0 1 5B 21 3B 53 25
Octal 254 252 20 0 1 133 41 73 123 45
Binary 10101100 10101010 10000 0 1 1011011 100001 111011 1010011 100101

Color Harmonies of #ACAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA10

Black with #ACAA10

Text Example


Text Example

White with #ACAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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