Html Css Color HEX #AEA30A Lucky

📋 copy color: '#AEA30A'

red 174 ◦ green 163 ◦ blue 10

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

Shades of Lucky #AEA30A

Tints of Lucky #AEA30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 50.14%
G = 46.97%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA30A (or 0xAEA30A) is known color: Lucky. HEX triplet: AE, A3 and 0A. RGB value is (174,163,10). Sum of RGB (Red+Green+Blue) = 174+163+10=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30A is #515CF5. Grayscale: #959595. Windows color (decimal): -5332214 or 697262. OLE color: 697262.

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

Color convert

RGB 174 163 10 -
CMYK 0 0.06 0.94 0.32
HSL 55.98º 0.89% 0.36% -
HSV(B) 55.98º 0.94% 0.68% -
XYZ 30.61 35.21 5.47 -
YUV 148.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 174 163 10 0 0.06 0.94 0.32 55.98 0.89 0.36
Hex AE A3 A 0 6 5E 20 38 59 24
Octal 256 243 12 0 6 136 40 70 131 44
Binary 10101110 10100011 1010 0 110 1011110 100000 111000 1011001 100100

Color Harmonies of #AEA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30A

Black with #AEA30A

Text Example


Text Example

White with #AEA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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