Html Css Color HEX #AED731 Fuego

📋 copy color: '#AED731'

red 174 ◦ green 215 ◦ blue 49

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

Shades of Fuego #AED731

Tints of Fuego #AED731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 39.73%
G = 49.09%
B = 11.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AED731 (or 0xAED731) is known color: Fuego. HEX triplet: AE, D7 and 31. RGB value is (174,215,49). Sum of RGB (Red+Green+Blue) = 174+215+49=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #AED731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED731 is #5128CE. Grayscale: #B8B8B8. Windows color (decimal): -5318863 or 3266478. OLE color: 3266478.

HSL color Cylindrical-coordinate representation of color #AED731: hue angle of 74.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AED731 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 49 -
CMYK 0.19 0 0.77 0.16
HSL 74.82º 0.67% 0.52% -
HSV(B) 74.82º 0.77% 0.84% -
XYZ 42.31 57.82 11.84 -
YUV 183.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 174 215 49 0.19 0 0.77 0.16 74.82 0.67 0.52
Hex AE D7 31 13 0 4D 10 4B 43 34
Octal 256 327 61 23 0 115 20 113 103 64
Binary 10101110 11010111 110001 10011 0 1001101 10000 1001011 1000011 110100

Color Harmonies of #AED731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED731

Black with #AED731

Text Example


Text Example

White with #AED731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED731; }

 p { color: rgb(174,215,49); }

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

background-color css

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

 a { background-color: rgb(174,215,49); }

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

border-color css

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

 span { border-color: rgb(174,215,49); }

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