Html Css Color HEX #AEA70A Lucky

📋 copy color: '#AEA70A'

red 174 ◦ green 167 ◦ blue 10

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

Shades of Lucky #AEA70A

Tints of Lucky #AEA70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 49.57%
G = 47.58%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA70A (or 0xAEA70A) is known color: Lucky. HEX triplet: AE, A7 and 0A. RGB value is (174,167,10). Sum of RGB (Red+Green+Blue) = 174+167+10=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA70A is #5158F5. Grayscale: #979797. Windows color (decimal): -5331190 or 698286. OLE color: 698286.

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

Color convert

RGB 174 167 10 -
CMYK 0 0.04 0.94 0.32
HSL 57.44º 0.89% 0.36% -
HSV(B) 57.44º 0.94% 0.68% -
XYZ 31.33 36.66 5.71 -
YUV 151.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 174 167 10 0 0.04 0.94 0.32 57.44 0.89 0.36
Hex AE A7 A 0 4 5E 20 39 59 24
Octal 256 247 12 0 4 136 40 71 131 44
Binary 10101110 10100111 1010 0 100 1011110 100000 111001 1011001 100100

Color Harmonies of #AEA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA70A

Black with #AEA70A

Text Example


Text Example

White with #AEA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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