Html Css Color HEX #AEA60C Lucky

📋 copy color: '#AEA60C'

red 174 ◦ green 166 ◦ blue 12

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

Shades of Lucky #AEA60C

Tints of Lucky #AEA60C

RGB

 RED value IS 174 (68.36% from 255) = 49.43%

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

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

R = 49.43%
G = 47.16%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA60C (or 0xAEA60C) is known color: Lucky. HEX triplet: AE, A6 and 0C. RGB value is (174,166,12). Sum of RGB (Red+Green+Blue) = 174+166+12=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA60C is #5159F3. Grayscale: #979797. Windows color (decimal): -5331444 or 829102. OLE color: 829102.

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

Color convert

RGB 174 166 12 -
CMYK 0 0.05 0.93 0.32
HSL 57.04º 0.87% 0.36% -
HSV(B) 57.04º 0.93% 0.68% -
XYZ 31.16 36.3 5.71 -
YUV 150.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 174 166 12 0 0.05 0.93 0.32 57.04 0.87 0.36
Hex AE A6 C 0 5 5D 20 39 57 24
Octal 256 246 14 0 5 135 40 71 127 44
Binary 10101110 10100110 1100 0 101 1011101 100000 111001 1010111 100100

Color Harmonies of #AEA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA60C

Black with #AEA60C

Text Example


Text Example

White with #AEA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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