Html Css Color HEX #AEA010 Lucky

📋 copy color: '#AEA010'

red 174 ◦ green 160 ◦ blue 16

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

Shades of Lucky #AEA010

Tints of Lucky #AEA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 49.71%
G = 45.71%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEA010 (or 0xAEA010) is known color: Lucky. HEX triplet: AE, A0 and 10. RGB value is (174,160,16). Sum of RGB (Red+Green+Blue) = 174+160+16=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA010 is #515FEF. Grayscale: #949494. Windows color (decimal): -5332976 or 1089710. OLE color: 1089710.

HSL color Cylindrical-coordinate representation of color #AEA010: hue angle of 54.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEA010 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 16 -
CMYK 0 0.08 0.91 0.32
HSL 54.68º 0.83% 0.37% -
HSV(B) 54.68º 0.91% 0.68% -
XYZ 30.12 34.18 5.5 -
YUV 147.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 174 160 16 0 0.08 0.91 0.32 54.68 0.83 0.37
Hex AE A0 10 0 8 5B 20 37 53 25
Octal 256 240 20 0 10 133 40 67 123 45
Binary 10101110 10100000 10000 0 1000 1011011 100000 110111 1010011 100101

Color Harmonies of #AEA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA010

Black with #AEA010

Text Example


Text Example

White with #AEA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA010; }

 p { color: rgb(174,160,16); }

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

background-color css

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

 a { background-color: rgb(174,160,16); }

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

border-color css

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

 span { border-color: rgb(174,160,16); }

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