Html Css Color HEX #AEA411 Lucky

📋 copy color: '#AEA411'

red 174 ◦ green 164 ◦ blue 17

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

Shades of Lucky #AEA411

Tints of Lucky #AEA411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.79%

R = 49.01%
G = 46.2%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA411 (or 0xAEA411) is known color: Lucky. HEX triplet: AE, A4 and 11. RGB value is (174,164,17). Sum of RGB (Red+Green+Blue) = 174+164+17=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA411 is #515BEE. Grayscale: #969696. Windows color (decimal): -5331951 or 1156270. OLE color: 1156270.

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

Color convert

RGB 174 164 17 -
CMYK 0 0.06 0.90 0.32
HSL 56.18º 0.82% 0.37% -
HSV(B) 56.18º 0.9% 0.68% -
XYZ 30.83 35.59 5.77 -
YUV 150.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 174 164 17 0 0.06 0.90 0.32 56.18 0.82 0.37
Hex AE A4 11 0 6 5A 20 38 52 25
Octal 256 244 21 0 6 132 40 70 122 45
Binary 10101110 10100100 10001 0 110 1011010 100000 111000 1010010 100101

Color Harmonies of #AEA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA411

Black with #AEA411

Text Example


Text Example

White with #AEA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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