Html Css Color HEX #AEA70E Lucky

📋 copy color: '#AEA70E'

red 174 ◦ green 167 ◦ blue 14

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

Shades of Lucky #AEA70E

Tints of Lucky #AEA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.04%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 49.01%
G = 47.04%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AEA70E (or 0xAEA70E) is known color: Lucky. HEX triplet: AE, A7 and 0E. RGB value is (174,167,14). Sum of RGB (Red+Green+Blue) = 174+167+14=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA70E is #5158F1. Grayscale: #989898. Windows color (decimal): -5331186 or 960430. OLE color: 960430.

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

Color convert

RGB 174 167 14 -
CMYK 0 0.04 0.92 0.32
HSL 57.38º 0.85% 0.37% -
HSV(B) 57.38º 0.92% 0.68% -
XYZ 31.35 36.67 5.84 -
YUV 151.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 174 167 14 0 0.04 0.92 0.32 57.38 0.85 0.37
Hex AE A7 E 0 4 5C 20 39 55 25
Octal 256 247 16 0 4 134 40 71 125 45
Binary 10101110 10100111 1110 0 100 1011100 100000 111001 1010101 100101

Color Harmonies of #AEA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA70E

Black with #AEA70E

Text Example


Text Example

White with #AEA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA70E; }

 p { color: rgb(174,167,14); }

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

background-color css

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

 a { background-color: rgb(174,167,14); }

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

border-color css

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

 span { border-color: rgb(174,167,14); }

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