Html Css Color HEX #AEA90D Lucky

📋 copy color: '#AEA90D'

red 174 ◦ green 169 ◦ blue 13

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

Shades of Lucky #AEA90D

Tints of Lucky #AEA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 48.88%
G = 47.47%
B = 3.65%

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

#AEA90D (or 0xAEA90D) is known color: Lucky. HEX triplet: AE, A9 and 0D. RGB value is (174,169,13). Sum of RGB (Red+Green+Blue) = 174+169+13=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA90D is #5156F2. Grayscale: #999999. Windows color (decimal): -5330675 or 895406. OLE color: 895406.

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

Color convert

RGB 174 169 13 -
CMYK 0 0.03 0.93 0.32
HSL 58.14º 0.86% 0.37% -
HSV(B) 58.14º 0.93% 0.68% -
XYZ 31.72 37.4 5.93 -
YUV 152.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 174 169 13 0 0.03 0.93 0.32 58.14 0.86 0.37
Hex AE A9 D 0 3 5D 20 3A 56 25
Octal 256 251 15 0 3 135 40 72 126 45
Binary 10101110 10101001 1101 0 11 1011101 100000 111010 1010110 100101

Color Harmonies of #AEA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA90D

Black with #AEA90D

Text Example


Text Example

White with #AEA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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