Html Css Color HEX #AEA613 Lucky

📋 copy color: '#AEA613'

red 174 ◦ green 166 ◦ blue 19

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

Shades of Lucky #AEA613

Tints of Lucky #AEA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

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

R = 48.47%
G = 46.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEA613 (or 0xAEA613) is known color: Lucky. HEX triplet: AE, A6 and 13. RGB value is (174,166,19). Sum of RGB (Red+Green+Blue) = 174+166+19=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA613 is #5159EC. Grayscale: #989898. Windows color (decimal): -5331437 or 1287854. OLE color: 1287854.

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

Color convert

RGB 174 166 19 -
CMYK 0 0.05 0.89 0.32
HSL 56.9º 0.8% 0.38% -
HSV(B) 56.9º 0.89% 0.68% -
XYZ 31.21 36.32 5.98 -
YUV 151.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 174 166 19 0 0.05 0.89 0.32 56.9 0.8 0.38
Hex AE A6 13 0 5 59 20 39 50 26
Octal 256 246 23 0 5 131 40 71 120 46
Binary 10101110 10100110 10011 0 101 1011001 100000 111001 1010000 100110

Color Harmonies of #AEA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA613

Black with #AEA613

Text Example


Text Example

White with #AEA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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