Html Css Color HEX #AEA304 Lucky

📋 copy color: '#AEA304'

red 174 ◦ green 163 ◦ blue 4

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

Shades of Lucky #AEA304

Tints of Lucky #AEA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 51.03%
G = 47.8%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AEA304 (or 0xAEA304) is known color: Lucky. HEX triplet: AE, A3 and 04. RGB value is (174,163,4). Sum of RGB (Red+Green+Blue) = 174+163+4=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA304 is #515CFB. Grayscale: #949494. Windows color (decimal): -5332220 or 304046. OLE color: 304046.

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

Color convert

RGB 174 163 4 -
CMYK 0 0.06 0.98 0.32
HSL 56.12º 0.96% 0.35% -
HSV(B) 56.12º 0.98% 0.68% -
XYZ 30.57 35.2 5.3 -
YUV 148.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 174 163 4 0 0.06 0.98 0.32 56.12 0.96 0.35
Hex AE A3 4 0 6 62 20 38 60 23
Octal 256 243 4 0 6 142 40 70 140 43
Binary 10101110 10100011 100 0 110 1100010 100000 111000 1100000 100011

Color Harmonies of #AEA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA304

Black with #AEA304

Text Example


Text Example

White with #AEA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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