Html Css Color HEX #AEA201 Lucky

📋 copy color: '#AEA201'

red 174 ◦ green 162 ◦ blue 1

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

Shades of Lucky #AEA201

Tints of Lucky #AEA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.07%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.63%
G = 48.07%
B = 0.3%

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

#AEA201 (or 0xAEA201) is known color: Lucky. HEX triplet: AE, A2 and 01. RGB value is (174,162,1). Sum of RGB (Red+Green+Blue) = 174+162+1=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA201 is #515DFE. Grayscale: #939393. Windows color (decimal): -5332479 or 107182. OLE color: 107182.

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

Color convert

RGB 174 162 1 -
CMYK 0 0.07 0.99 0.32
HSL 55.84º 0.99% 0.34% -
HSV(B) 55.84º 0.99% 0.68% -
XYZ 30.38 34.84 5.15 -
YUV 147.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 174 162 1 0 0.07 0.99 0.32 55.84 0.99 0.34
Hex AE A2 1 0 7 63 20 38 63 22
Octal 256 242 1 0 7 143 40 70 143 42
Binary 10101110 10100010 1 0 111 1100011 100000 111000 1100011 100010

Color Harmonies of #AEA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA201

Black with #AEA201

Text Example


Text Example

White with #AEA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA201; }

 p { color: rgb(174,162,1); }

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

background-color css

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

 a { background-color: rgb(174,162,1); }

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

border-color css

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

 span { border-color: rgb(174,162,1); }

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