Html Css Color HEX #AEA30E Lucky

📋 copy color: '#AEA30E'

red 174 ◦ green 163 ◦ blue 14

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

Shades of Lucky #AEA30E

Tints of Lucky #AEA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 49.57%
G = 46.44%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AEA30E (or 0xAEA30E) is known color: Lucky. HEX triplet: AE, A3 and 0E. RGB value is (174,163,14). Sum of RGB (Red+Green+Blue) = 174+163+14=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30E is #515CF1. Grayscale: #959595. Windows color (decimal): -5332210 or 959406. OLE color: 959406.

HSL color Cylindrical-coordinate representation of color #AEA30E: hue angle of 55.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEA30E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 14 -
CMYK 0 0.06 0.92 0.32
HSL 55.88º 0.85% 0.37% -
HSV(B) 55.88º 0.92% 0.68% -
XYZ 30.63 35.22 5.6 -
YUV 149.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 174 163 14 0 0.06 0.92 0.32 55.88 0.85 0.37
Hex AE A3 E 0 6 5C 20 38 55 25
Octal 256 243 16 0 6 134 40 70 125 45
Binary 10101110 10100011 1110 0 110 1011100 100000 111000 1010101 100101

Color Harmonies of #AEA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30E

Black with #AEA30E

Text Example


Text Example

White with #AEA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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