Html Css Color HEX #AEA70C Lucky

📋 copy color: '#AEA70C'

red 174 ◦ green 167 ◦ blue 12

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

Shades of Lucky #AEA70C

Tints of Lucky #AEA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 49.29%
G = 47.31%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA70C (or 0xAEA70C) is known color: Lucky. HEX triplet: AE, A7 and 0C. RGB value is (174,167,12). Sum of RGB (Red+Green+Blue) = 174+167+12=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA70C is #5158F3. Grayscale: #989898. Windows color (decimal): -5331188 or 829358. OLE color: 829358.

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

Color convert

RGB 174 167 12 -
CMYK 0 0.04 0.93 0.32
HSL 57.41º 0.87% 0.36% -
HSV(B) 57.41º 0.93% 0.68% -
XYZ 31.34 36.66 5.77 -
YUV 151.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 174 167 12 0 0.04 0.93 0.32 57.41 0.87 0.36
Hex AE A7 C 0 4 5D 20 39 57 24
Octal 256 247 14 0 4 135 40 71 127 44
Binary 10101110 10100111 1100 0 100 1011101 100000 111001 1010111 100100

Color Harmonies of #AEA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA70C

Black with #AEA70C

Text Example


Text Example

White with #AEA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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