Html Css Color HEX #AEA413 Lucky

📋 copy color: '#AEA413'

red 174 ◦ green 164 ◦ blue 19

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

Shades of Lucky #AEA413

Tints of Lucky #AEA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 48.74%
G = 45.94%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEA413 (or 0xAEA413) is known color: Lucky. HEX triplet: AE, A4 and 13. RGB value is (174,164,19). Sum of RGB (Red+Green+Blue) = 174+164+19=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA413 is #515BEC. Grayscale: #979797. Windows color (decimal): -5331949 or 1287342. OLE color: 1287342.

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

Color convert

RGB 174 164 19 -
CMYK 0 0.06 0.89 0.32
HSL 56.13º 0.8% 0.38% -
HSV(B) 56.13º 0.89% 0.68% -
XYZ 30.85 35.6 5.86 -
YUV 150.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 174 164 19 0 0.06 0.89 0.32 56.13 0.8 0.38
Hex AE A4 13 0 6 59 20 38 50 26
Octal 256 244 23 0 6 131 40 70 120 46
Binary 10101110 10100100 10011 0 110 1011001 100000 111000 1010000 100110

Color Harmonies of #AEA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA413

Black with #AEA413

Text Example


Text Example

White with #AEA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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