Html Css Color HEX #ACA60C Lucky

📋 copy color: '#ACA60C'

red 172 ◦ green 166 ◦ blue 12

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

Shades of Lucky #ACA60C

Tints of Lucky #ACA60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

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

R = 49.14%
G = 47.43%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ACA60C (or 0xACA60C) is known color: Lucky. HEX triplet: AC, A6 and 0C. RGB value is (172,166,12). Sum of RGB (Red+Green+Blue) = 172+166+12=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA60C is #5359F3. Grayscale: #969696. Windows color (decimal): -5462516 or 829100. OLE color: 829100.

HSL color Cylindrical-coordinate representation of color #ACA60C: hue angle of 57.75º 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 #ACA60C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 12 -
CMYK 0 0.03 0.93 0.33
HSL 57.75º 0.87% 0.36% -
HSV(B) 57.75º 0.93% 0.67% -
XYZ 30.72 36.07 5.69 -
YUV 150.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 172 166 12 0 0.03 0.93 0.33 57.75 0.87 0.36
Hex AC A6 C 0 3 5D 21 3A 57 24
Octal 254 246 14 0 3 135 41 72 127 44
Binary 10101100 10100110 1100 0 11 1011101 100001 111010 1010111 100100

Color Harmonies of #ACA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA60C

Black with #ACA60C

Text Example


Text Example

White with #ACA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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