Html Css Color HEX #AEA90A Lucky

📋 copy color: '#AEA90A'

red 174 ◦ green 169 ◦ blue 10

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

Shades of Lucky #AEA90A

Tints of Lucky #AEA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

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

R = 49.29%
G = 47.88%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA90A (or 0xAEA90A) is known color: Lucky. HEX triplet: AE, A9 and 0A. RGB value is (174,169,10). Sum of RGB (Red+Green+Blue) = 174+169+10=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA90A is #5156F5. Grayscale: #999999. Windows color (decimal): -5330678 or 698798. OLE color: 698798.

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

Color convert

RGB 174 169 10 -
CMYK 0 0.03 0.94 0.32
HSL 58.17º 0.89% 0.36% -
HSV(B) 58.17º 0.94% 0.68% -
XYZ 31.7 37.4 5.83 -
YUV 152.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 174 169 10 0 0.03 0.94 0.32 58.17 0.89 0.36
Hex AE A9 A 0 3 5E 20 3A 59 24
Octal 256 251 12 0 3 136 40 72 131 44
Binary 10101110 10101001 1010 0 11 1011110 100000 111010 1011001 100100

Color Harmonies of #AEA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA90A

Black with #AEA90A

Text Example


Text Example

White with #AEA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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