Html Css Color HEX #AEA60D Lucky

📋 copy color: '#AEA60D'

red 174 ◦ green 166 ◦ blue 13

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

Shades of Lucky #AEA60D

Tints of Lucky #AEA60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 49.29%
G = 47.03%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA60D (or 0xAEA60D) is known color: Lucky. HEX triplet: AE, A6 and 0D. RGB value is (174,166,13). Sum of RGB (Red+Green+Blue) = 174+166+13=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA60D is #5159F2. Grayscale: #979797. Windows color (decimal): -5331443 or 894638. OLE color: 894638.

HSL color Cylindrical-coordinate representation of color #AEA60D: hue angle of 57.02º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEA60D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 13 -
CMYK 0 0.05 0.93 0.32
HSL 57.02º 0.86% 0.37% -
HSV(B) 57.02º 0.93% 0.68% -
XYZ 31.16 36.3 5.74 -
YUV 150.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 174 166 13 0 0.05 0.93 0.32 57.02 0.86 0.37
Hex AE A6 D 0 5 5D 20 39 56 25
Octal 256 246 15 0 5 135 40 71 126 45
Binary 10101110 10100110 1101 0 101 1011101 100000 111001 1010110 100101

Color Harmonies of #AEA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA60D

Black with #AEA60D

Text Example


Text Example

White with #AEA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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