Html Css Color HEX #AEA006 Lucky

📋 copy color: '#AEA006'

red 174 ◦ green 160 ◦ blue 6

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

Shades of Lucky #AEA006

Tints of Lucky #AEA006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.06%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 51.18%
G = 47.06%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AEA006 (or 0xAEA006) is known color: Lucky. HEX triplet: AE, A0 and 06. RGB value is (174,160,6). Sum of RGB (Red+Green+Blue) = 174+160+6=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA006 is #515FF9. Grayscale: #939393. Windows color (decimal): -5332986 or 434350. OLE color: 434350.

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

Color convert

RGB 174 160 6 -
CMYK 0 0.08 0.97 0.32
HSL 55º 0.93% 0.35% -
HSV(B) 55º 0.97% 0.68% -
XYZ 30.06 34.15 5.18 -
YUV 146.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 174 160 6 0 0.08 0.97 0.32 55 0.93 0.35
Hex AE A0 6 0 8 61 20 37 5D 23
Octal 256 240 6 0 10 141 40 67 135 43
Binary 10101110 10100000 110 0 1000 1100001 100000 110111 1011101 100011

Color Harmonies of #AEA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA006

Black with #AEA006

Text Example


Text Example

White with #AEA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA006; }

 p { color: rgb(174,160,6); }

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

background-color css

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

 a { background-color: rgb(174,160,6); }

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

border-color css

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

 span { border-color: rgb(174,160,6); }

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