Shades of Fuego #AED327
Tints of Fuego #AED327
RGB
CMYK
RGB Variations
Color information
#AED327 (or 0xAED327) is known color: Fuego. HEX triplet: AE, D3 and 27. RGB value is (174,211,39). Sum of RGB (Red+Green+Blue) = 174+211+39=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #AED327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED327 is #512CD8. Grayscale: #B4B4B4. Windows color (decimal): -5319897 or 2610094. OLE color: 2610094.
HSL color Cylindrical-coordinate representation of color #AED327: hue angle of 72.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AED327 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 39 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.17 |
| HSL | 72.91º | 0.69% | 0.49% | - |
| HSV(B) | 72.91º | 0.82% | 0.83% | - |
| XYZ | 41.12 | 55.73 | 10.51 | - |
| YUV | 180.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 39 | 0.18 | 0 | 0.82 | 0.17 | 72.91 | 0.69 | 0.49 |
| Hex | AE | D3 | 27 | 12 | 0 | 52 | 11 | 49 | 45 | 31 |
| Octal | 256 | 323 | 47 | 22 | 0 | 122 | 21 | 111 | 105 | 61 |
| Binary | 10101110 | 11010011 | 100111 | 10010 | 0 | 1010010 | 10001 | 1001001 | 1000101 | 110001 |
Color Harmonies of #AED327
Complementary color
Monochromatic Colors of #AED327
Black with #AED327
Text Example
Text Example
White with #AED327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED327; }
p { color: rgb(174,211,39); }
H1.HeaderClassName
{
color: #AED327;
}
.AnyTagClassName
{
color: #AED327;
}
</style>
background-color css
<style>
a { background-color: #AED327; }
a { background-color: rgb(174,211,39); }
div.DivClassName
{
background-color: #AED327;
}
.BgClassName
{
background-color: #AED327;
}
</style>
border-color css
<style>
span { border-color: #AED327; }
span { border-color: rgb(174,211,39); }
td.TdClassName
{
border-color: #AED327;
}
.TagClassName
{
border-color: #AED327;
}
</style>