Html Css Color HEX #AEA012 Lucky

📋 copy color: '#AEA012'

red 174 ◦ green 160 ◦ blue 18

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

Shades of Lucky #AEA012

Tints of Lucky #AEA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 49.43%
G = 45.45%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA012 (or 0xAEA012) is known color: Lucky. HEX triplet: AE, A0 and 12. RGB value is (174,160,18). Sum of RGB (Red+Green+Blue) = 174+160+18=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA012 is #515FED. Grayscale: #949494. Windows color (decimal): -5332974 or 1220782. OLE color: 1220782.

HSL color Cylindrical-coordinate representation of color #AEA012: hue angle of 54.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEA012 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 18 -
CMYK 0 0.08 0.90 0.32
HSL 54.62º 0.81% 0.38% -
HSV(B) 54.62º 0.9% 0.68% -
XYZ 30.14 34.18 5.58 -
YUV 148 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 174 160 18 0 0.08 0.90 0.32 54.62 0.81 0.38
Hex AE A0 12 0 8 5A 20 37 51 26
Octal 256 240 22 0 10 132 40 67 121 46
Binary 10101110 10100000 10010 0 1000 1011010 100000 110111 1010001 100110

Color Harmonies of #AEA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA012

Black with #AEA012

Text Example


Text Example

White with #AEA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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