Html Css Color HEX #AEA102 Lucky

📋 copy color: '#AEA102'

red 174 ◦ green 161 ◦ blue 2

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

Shades of Lucky #AEA102

Tints of Lucky #AEA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

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

R = 51.63%
G = 47.77%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AEA102 (or 0xAEA102) is known color: Lucky. HEX triplet: AE, A1 and 02. RGB value is (174,161,2). Sum of RGB (Red+Green+Blue) = 174+161+2=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA102 is #515EFD. Grayscale: #939393. Windows color (decimal): -5332734 or 172462. OLE color: 172462.

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

Color convert

RGB 174 161 2 -
CMYK 0 0.07 0.99 0.32
HSL 55.47º 0.98% 0.35% -
HSV(B) 55.47º 0.99% 0.68% -
XYZ 30.21 34.49 5.12 -
YUV 146.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 174 161 2 0 0.07 0.99 0.32 55.47 0.98 0.35
Hex AE A1 2 0 7 63 20 37 62 23
Octal 256 241 2 0 7 143 40 67 142 43
Binary 10101110 10100001 10 0 111 1100011 100000 110111 1100010 100011

Color Harmonies of #AEA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA102

Black with #AEA102

Text Example


Text Example

White with #AEA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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