Html Css Color HEX #AEA502 Lucky

📋 copy color: '#AEA502'

red 174 ◦ green 165 ◦ blue 2

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

Shades of Lucky #AEA502

Tints of Lucky #AEA502

RGB

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

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

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

R = 51.03%
G = 48.39%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AEA502 (or 0xAEA502) is known color: Lucky. HEX triplet: AE, A5 and 02. RGB value is (174,165,2). Sum of RGB (Red+Green+Blue) = 174+165+2=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA502 is #515AFD. Grayscale: #959595. Windows color (decimal): -5331710 or 173486. OLE color: 173486.

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

Color convert

RGB 174 165 2 -
CMYK 0 0.05 0.99 0.32
HSL 56.86º 0.98% 0.35% -
HSV(B) 56.86º 0.99% 0.68% -
XYZ 30.92 35.91 5.36 -
YUV 149.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 174 165 2 0 0.05 0.99 0.32 56.86 0.98 0.35
Hex AE A5 2 0 5 63 20 39 62 23
Octal 256 245 2 0 5 143 40 71 142 43
Binary 10101110 10100101 10 0 101 1100011 100000 111001 1100010 100011

Color Harmonies of #AEA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA502

Black with #AEA502

Text Example


Text Example

White with #AEA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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