Html Css Color HEX #AEA505 Lucky

📋 copy color: '#AEA505'

red 174 ◦ green 165 ◦ blue 5

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

Shades of Lucky #AEA505

Tints of Lucky #AEA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 50.58%
G = 47.97%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AEA505 (or 0xAEA505) is known color: Lucky. HEX triplet: AE, A5 and 05. RGB value is (174,165,5). Sum of RGB (Red+Green+Blue) = 174+165+5=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA505 is #515AFA. Grayscale: #969696. Windows color (decimal): -5331707 or 370094. OLE color: 370094.

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

Color convert

RGB 174 165 5 -
CMYK 0 0.05 0.97 0.32
HSL 56.8º 0.94% 0.35% -
HSV(B) 56.8º 0.97% 0.68% -
XYZ 30.94 35.92 5.45 -
YUV 149.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 174 165 5 0 0.05 0.97 0.32 56.8 0.94 0.35
Hex AE A5 5 0 5 61 20 39 5E 23
Octal 256 245 5 0 5 141 40 71 136 43
Binary 10101110 10100101 101 0 101 1100001 100000 111001 1011110 100011

Color Harmonies of #AEA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA505

Black with #AEA505

Text Example


Text Example

White with #AEA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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