Html Css Color HEX #AEA407 Lucky

📋 copy color: '#AEA407'

red 174 ◦ green 164 ◦ blue 7

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

Shades of Lucky #AEA407

Tints of Lucky #AEA407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 50.43%
G = 47.54%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AEA407 (or 0xAEA407) is known color: Lucky. HEX triplet: AE, A4 and 07. RGB value is (174,164,7). Sum of RGB (Red+Green+Blue) = 174+164+7=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA407 is #515BF8. Grayscale: #959595. Windows color (decimal): -5331961 or 500910. OLE color: 500910.

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

Color convert

RGB 174 164 7 -
CMYK 0 0.06 0.96 0.32
HSL 56.41º 0.92% 0.35% -
HSV(B) 56.41º 0.96% 0.68% -
XYZ 30.77 35.56 5.44 -
YUV 149.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 174 164 7 0 0.06 0.96 0.32 56.41 0.92 0.35
Hex AE A4 7 0 6 60 20 38 5C 23
Octal 256 244 7 0 6 140 40 70 134 43
Binary 10101110 10100100 111 0 110 1100000 100000 111000 1011100 100011

Color Harmonies of #AEA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA407

Black with #AEA407

Text Example


Text Example

White with #AEA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA407; }

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

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

background-color css

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

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

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

border-color css

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

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

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