Html Css Color HEX #AEA002 Lucky

📋 copy color: '#AEA002'

red 174 ◦ green 160 ◦ blue 2

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

Shades of Lucky #AEA002

Tints of Lucky #AEA002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 51.79%
G = 47.62%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AEA002 (or 0xAEA002) is known color: Lucky. HEX triplet: AE, A0 and 02. RGB value is (174,160,2). Sum of RGB (Red+Green+Blue) = 174+160+2=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA002 is #515FFD. Grayscale: #929292. Windows color (decimal): -5332990 or 172206. OLE color: 172206.

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

Color convert

RGB 174 160 2 -
CMYK 0 0.08 0.99 0.32
HSL 55.12º 0.98% 0.35% -
HSV(B) 55.12º 0.99% 0.68% -
XYZ 30.04 34.14 5.06 -
YUV 146.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 174 160 2 0 0.08 0.99 0.32 55.12 0.98 0.35
Hex AE A0 2 0 8 63 20 37 62 23
Octal 256 240 2 0 10 143 40 67 142 43
Binary 10101110 10100000 10 0 1000 1100011 100000 110111 1100010 100011

Color Harmonies of #AEA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA002

Black with #AEA002

Text Example


Text Example

White with #AEA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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