Html Css Color HEX #AEA80C Lucky

📋 copy color: '#AEA80C'

red 174 ◦ green 168 ◦ blue 12

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

Shades of Lucky #AEA80C

Tints of Lucky #AEA80C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.46%

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

R = 49.15%
G = 47.46%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA80C (or 0xAEA80C) is known color: Lucky. HEX triplet: AE, A8 and 0C. RGB value is (174,168,12). Sum of RGB (Red+Green+Blue) = 174+168+12=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA80C is #5157F3. Grayscale: #989898. Windows color (decimal): -5330932 or 829614. OLE color: 829614.

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

Color convert

RGB 174 168 12 -
CMYK 0 0.03 0.93 0.32
HSL 57.78º 0.87% 0.36% -
HSV(B) 57.78º 0.93% 0.68% -
XYZ 31.52 37.03 5.83 -
YUV 152.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 174 168 12 0 0.03 0.93 0.32 57.78 0.87 0.36
Hex AE A8 C 0 3 5D 20 3A 57 24
Octal 256 250 14 0 3 135 40 72 127 44
Binary 10101110 10101000 1100 0 11 1011101 100000 111010 1010111 100100

Color Harmonies of #AEA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA80C

Black with #AEA80C

Text Example


Text Example

White with #AEA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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