Html Css Color HEX #AEA302 Lucky

📋 copy color: '#AEA302'

red 174 ◦ green 163 ◦ blue 2

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

Shades of Lucky #AEA302

Tints of Lucky #AEA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.08%

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

R = 51.33%
G = 48.08%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AEA302 (or 0xAEA302) is known color: Lucky. HEX triplet: AE, A3 and 02. RGB value is (174,163,2). Sum of RGB (Red+Green+Blue) = 174+163+2=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA302 is #515CFD. Grayscale: #949494. Windows color (decimal): -5332222 or 172974. OLE color: 172974.

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

Color convert

RGB 174 163 2 -
CMYK 0 0.06 0.99 0.32
HSL 56.16º 0.98% 0.35% -
HSV(B) 56.16º 0.99% 0.68% -
XYZ 30.56 35.2 5.24 -
YUV 147.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 174 163 2 0 0.06 0.99 0.32 56.16 0.98 0.35
Hex AE A3 2 0 6 63 20 38 62 23
Octal 256 243 2 0 6 143 40 70 142 43
Binary 10101110 10100011 10 0 110 1100011 100000 111000 1100010 100011

Color Harmonies of #AEA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA302

Black with #AEA302

Text Example


Text Example

White with #AEA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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