Shades of Golden Brown #AE5F0F
Tints of Golden Brown #AE5F0F
RGB
CMYK
RGB Variations
Color information
#AE5F0F (or 0xAE5F0F) is known color: Golden Brown. HEX triplet: AE, 5F and 0F. RGB value is (174,95,15). Sum of RGB (Red+Green+Blue) = 174+95+15=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5F0F is #51A0F0. Grayscale: #6D6D6D. Windows color (decimal): -5349617 or 1007534. OLE color: 1007534.
HSL color Cylindrical-coordinate representation of color #AE5F0F: hue angle of 30.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE5F0F is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 95 | 15 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.32 |
| HSL | 30.19º | 0.84% | 0.37% | - |
| HSV(B) | 30.19º | 0.91% | 0.68% | - |
| XYZ | 21.63 | 17.22 | 2.64 | - |
| YUV | 109.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 95 | 15 | 0 | 0.45 | 0.91 | 0.32 | 30.19 | 0.84 | 0.37 |
| Hex | AE | 5F | F | 0 | 2D | 5B | 20 | 1E | 54 | 25 |
| Octal | 256 | 137 | 17 | 0 | 55 | 133 | 40 | 36 | 124 | 45 |
| Binary | 10101110 | 1011111 | 1111 | 0 | 101101 | 1011011 | 100000 | 11110 | 1010100 | 100101 |
Color Harmonies of #AE5F0F
Complementary color
Monochromatic Colors of #AE5F0F
Black with #AE5F0F
Text Example
Text Example
White with #AE5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5F0F; }
p { color: rgb(174,95,15); }
H1.HeaderClassName
{
color: #AE5F0F;
}
.AnyTagClassName
{
color: #AE5F0F;
}
</style>
background-color css
<style>
a { background-color: #AE5F0F; }
a { background-color: rgb(174,95,15); }
div.DivClassName
{
background-color: #AE5F0F;
}
.BgClassName
{
background-color: #AE5F0F;
}
</style>
border-color css
<style>
span { border-color: #AE5F0F; }
span { border-color: rgb(174,95,15); }
td.TdClassName
{
border-color: #AE5F0F;
}
.TagClassName
{
border-color: #AE5F0F;
}
</style>