Html Css Color HEX #AEA30D Lucky

📋 copy color: '#AEA30D'

red 174 ◦ green 163 ◦ blue 13

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

Shades of Lucky #AEA30D

Tints of Lucky #AEA30D

RGB

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

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

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

R = 49.71%
G = 46.57%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA30D (or 0xAEA30D) is known color: Lucky. HEX triplet: AE, A3 and 0D. RGB value is (174,163,13). Sum of RGB (Red+Green+Blue) = 174+163+13=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30D is #515CF2. Grayscale: #959595. Windows color (decimal): -5332211 or 893870. OLE color: 893870.

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

Color convert

RGB 174 163 13 -
CMYK 0 0.06 0.93 0.32
HSL 55.9º 0.86% 0.37% -
HSV(B) 55.9º 0.93% 0.68% -
XYZ 30.63 35.22 5.57 -
YUV 149.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 174 163 13 0 0.06 0.93 0.32 55.9 0.86 0.37
Hex AE A3 D 0 6 5D 20 38 56 25
Octal 256 243 15 0 6 135 40 70 126 45
Binary 10101110 10100011 1101 0 110 1011101 100000 111000 1010110 100101

Color Harmonies of #AEA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30D

Black with #AEA30D

Text Example


Text Example

White with #AEA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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