Html Css Color HEX #AEA30C Lucky

📋 copy color: '#AEA30C'

red 174 ◦ green 163 ◦ blue 12

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

Shades of Lucky #AEA30C

Tints of Lucky #AEA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.7%

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

R = 49.86%
G = 46.7%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA30C (or 0xAEA30C) is known color: Lucky. HEX triplet: AE, A3 and 0C. RGB value is (174,163,12). Sum of RGB (Red+Green+Blue) = 174+163+12=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30C is #515CF3. Grayscale: #959595. Windows color (decimal): -5332212 or 828334. OLE color: 828334.

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

Color convert

RGB 174 163 12 -
CMYK 0 0.06 0.93 0.32
HSL 55.93º 0.87% 0.36% -
HSV(B) 55.93º 0.93% 0.68% -
XYZ 30.62 35.22 5.53 -
YUV 149.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 174 163 12 0 0.06 0.93 0.32 55.93 0.87 0.36
Hex AE A3 C 0 6 5D 20 38 57 24
Octal 256 243 14 0 6 135 40 70 127 44
Binary 10101110 10100011 1100 0 110 1011101 100000 111000 1010111 100100

Color Harmonies of #AEA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30C

Black with #AEA30C

Text Example


Text Example

White with #AEA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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