Html Css Color HEX #AEA015 Lucky

📋 copy color: '#AEA015'

red 174 ◦ green 160 ◦ blue 21

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

Shades of Lucky #AEA015

Tints of Lucky #AEA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 49.01%
G = 45.07%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AEA015 (or 0xAEA015) is known color: Lucky. HEX triplet: AE, A0 and 15. RGB value is (174,160,21). Sum of RGB (Red+Green+Blue) = 174+160+21=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA015 is #515FEA. Grayscale: #949494. Windows color (decimal): -5332971 or 1417390. OLE color: 1417390.

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

Color convert

RGB 174 160 21 -
CMYK 0 0.08 0.88 0.32
HSL 54.51º 0.78% 0.38% -
HSV(B) 54.51º 0.88% 0.68% -
XYZ 30.16 34.19 5.72 -
YUV 148.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 174 160 21 0 0.08 0.88 0.32 54.51 0.78 0.38
Hex AE A0 15 0 8 58 20 37 4E 26
Octal 256 240 25 0 10 130 40 67 116 46
Binary 10101110 10100000 10101 0 1000 1011000 100000 110111 1001110 100110

Color Harmonies of #AEA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA015

Black with #AEA015

Text Example


Text Example

White with #AEA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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