Html Css Color HEX #AEA50D Lucky

📋 copy color: '#AEA50D'

red 174 ◦ green 165 ◦ blue 13

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

Shades of Lucky #AEA50D

Tints of Lucky #AEA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

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

R = 49.43%
G = 46.88%
B = 3.69%

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

#AEA50D (or 0xAEA50D) is known color: Lucky. HEX triplet: AE, A5 and 0D. RGB value is (174,165,13). Sum of RGB (Red+Green+Blue) = 174+165+13=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA50D is #515AF2. Grayscale: #969696. Windows color (decimal): -5331699 or 894382. OLE color: 894382.

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

Color convert

RGB 174 165 13 -
CMYK 0 0.05 0.93 0.32
HSL 56.65º 0.86% 0.37% -
HSV(B) 56.65º 0.93% 0.68% -
XYZ 30.98 35.94 5.68 -
YUV 150.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 174 165 13 0 0.05 0.93 0.32 56.65 0.86 0.37
Hex AE A5 D 0 5 5D 20 39 56 25
Octal 256 245 15 0 5 135 40 71 126 45
Binary 10101110 10100101 1101 0 101 1011101 100000 111001 1010110 100101

Color Harmonies of #AEA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA50D

Black with #AEA50D

Text Example


Text Example

White with #AEA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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