Html Css Color HEX #ACA50C Lucky

📋 copy color: '#ACA50C'

red 172 ◦ green 165 ◦ blue 12

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

Shades of Lucky #ACA50C

Tints of Lucky #ACA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.28%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 49.28%
G = 47.28%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ACA50C (or 0xACA50C) is known color: Lucky. HEX triplet: AC, A5 and 0C. RGB value is (172,165,12). Sum of RGB (Red+Green+Blue) = 172+165+12=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA50C is #535AF3. Grayscale: #969696. Windows color (decimal): -5462772 or 828844. OLE color: 828844.

HSL color Cylindrical-coordinate representation of color #ACA50C: hue angle of 57.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACA50C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 12 -
CMYK 0 0.04 0.93 0.33
HSL 57.38º 0.87% 0.36% -
HSV(B) 57.38º 0.93% 0.67% -
XYZ 30.53 35.71 5.63 -
YUV 149.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 172 165 12 0 0.04 0.93 0.33 57.38 0.87 0.36
Hex AC A5 C 0 4 5D 21 39 57 24
Octal 254 245 14 0 4 135 41 71 127 44
Binary 10101100 10100101 1100 0 100 1011101 100001 111001 1010111 100100

Color Harmonies of #ACA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA50C

Black with #ACA50C

Text Example


Text Example

White with #ACA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA50C; }

 p { color: rgb(172,165,12); }

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

background-color css

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

 a { background-color: rgb(172,165,12); }

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

border-color css

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

 span { border-color: rgb(172,165,12); }

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