Html Css Color HEX #AEA00F Lucky

📋 copy color: '#AEA00F'

red 174 ◦ green 160 ◦ blue 15

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

Shades of Lucky #AEA00F

Tints of Lucky #AEA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 49.86%
G = 45.85%
B = 4.3%

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

#AEA00F (or 0xAEA00F) is known color: Lucky. HEX triplet: AE, A0 and 0F. RGB value is (174,160,15). Sum of RGB (Red+Green+Blue) = 174+160+15=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA00F is #515FF0. Grayscale: #949494. Windows color (decimal): -5332977 or 1024174. OLE color: 1024174.

HSL color Cylindrical-coordinate representation of color #AEA00F: hue angle of 54.72º degrees, saturation: 0.84, 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 #AEA00F is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 15 -
CMYK 0 0.08 0.91 0.32
HSL 54.72º 0.84% 0.37% -
HSV(B) 54.72º 0.91% 0.68% -
XYZ 30.11 34.17 5.46 -
YUV 147.66 53.14 146.79 -
System Red Green Blue C M Y K H S L
Decimal 174 160 15 0 0.08 0.91 0.32 54.72 0.84 0.37
Hex AE A0 F 0 8 5B 20 37 54 25
Octal 256 240 17 0 10 133 40 67 124 45
Binary 10101110 10100000 1111 0 1000 1011011 100000 110111 1010100 100101

Color Harmonies of #AEA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA00F

Black with #AEA00F

Text Example


Text Example

White with #AEA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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