Html Css Color HEX #AEA40D Lucky

📋 copy color: '#AEA40D'

red 174 ◦ green 164 ◦ blue 13

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

Shades of Lucky #AEA40D

Tints of Lucky #AEA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 49.57%
G = 46.72%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA40D (or 0xAEA40D) is known color: Lucky. HEX triplet: AE, A4 and 0D. RGB value is (174,164,13). Sum of RGB (Red+Green+Blue) = 174+164+13=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA40D is #515BF2. Grayscale: #969696. Windows color (decimal): -5331955 or 894126. OLE color: 894126.

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

Color convert

RGB 174 164 13 -
CMYK 0 0.06 0.93 0.32
HSL 56.27º 0.86% 0.37% -
HSV(B) 56.27º 0.93% 0.68% -
XYZ 30.8 35.58 5.62 -
YUV 149.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 174 164 13 0 0.06 0.93 0.32 56.27 0.86 0.37
Hex AE A4 D 0 6 5D 20 38 56 25
Octal 256 244 15 0 6 135 40 70 126 45
Binary 10101110 10100100 1101 0 110 1011101 100000 111000 1010110 100101

Color Harmonies of #AEA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA40D

Black with #AEA40D

Text Example


Text Example

White with #AEA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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