Html Css Color HEX #AEA313 Lucky

📋 copy color: '#AEA313'

red 174 ◦ green 163 ◦ blue 19

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

Shades of Lucky #AEA313

Tints of Lucky #AEA313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.79%

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

R = 48.88%
G = 45.79%
B = 5.34%

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

#AEA313 (or 0xAEA313) is known color: Lucky. HEX triplet: AE, A3 and 13. RGB value is (174,163,19). Sum of RGB (Red+Green+Blue) = 174+163+19=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA313 is #515CEC. Grayscale: #969696. Windows color (decimal): -5332205 or 1287086. OLE color: 1287086.

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

Color convert

RGB 174 163 19 -
CMYK 0 0.06 0.89 0.32
HSL 55.74º 0.8% 0.38% -
HSV(B) 55.74º 0.89% 0.68% -
XYZ 30.67 35.24 5.8 -
YUV 149.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 174 163 19 0 0.06 0.89 0.32 55.74 0.8 0.38
Hex AE A3 13 0 6 59 20 38 50 26
Octal 256 243 23 0 6 131 40 70 120 46
Binary 10101110 10100011 10011 0 110 1011001 100000 111000 1010000 100110

Color Harmonies of #AEA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA313

Black with #AEA313

Text Example


Text Example

White with #AEA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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