Html Css Color HEX #AEA40F Lucky

📋 copy color: '#AEA40F'

red 174 ◦ green 164 ◦ blue 15

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

Shades of Lucky #AEA40F

Tints of Lucky #AEA40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 49.29%
G = 46.46%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEA40F (or 0xAEA40F) is known color: Lucky. HEX triplet: AE, A4 and 0F. RGB value is (174,164,15). Sum of RGB (Red+Green+Blue) = 174+164+15=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA40F is #515BF0. Grayscale: #969696. Windows color (decimal): -5331953 or 1025198. OLE color: 1025198.

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

Color convert

RGB 174 164 15 -
CMYK 0 0.06 0.91 0.32
HSL 56.23º 0.84% 0.37% -
HSV(B) 56.23º 0.91% 0.68% -
XYZ 30.82 35.58 5.7 -
YUV 150 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 174 164 15 0 0.06 0.91 0.32 56.23 0.84 0.37
Hex AE A4 F 0 6 5B 20 38 54 25
Octal 256 244 17 0 6 133 40 70 124 45
Binary 10101110 10100100 1111 0 110 1011011 100000 111000 1010100 100101

Color Harmonies of #AEA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA40F

Black with #AEA40F

Text Example


Text Example

White with #AEA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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