Shades of Golden Brown #AE630D
Tints of Golden Brown #AE630D
RGB
CMYK
RGB Variations
Color information
#AE630D (or 0xAE630D) is known color: Golden Brown. HEX triplet: AE, 63 and 0D. RGB value is (174,99,13). Sum of RGB (Red+Green+Blue) = 174+99+13=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE630D is #519CF2. Grayscale: #707070. Windows color (decimal): -5348595 or 877486. OLE color: 877486.
HSL color Cylindrical-coordinate representation of color #AE630D: hue angle of 32.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE630D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.32 |
| HSL | 32.05º | 0.86% | 0.37% | - |
| HSV(B) | 32.05º | 0.93% | 0.68% | - |
| XYZ | 21.99 | 17.95 | 2.69 | - |
| YUV | 111.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 13 | 0 | 0.43 | 0.93 | 0.32 | 32.05 | 0.86 | 0.37 |
| Hex | AE | 63 | D | 0 | 2B | 5D | 20 | 20 | 56 | 25 |
| Octal | 256 | 143 | 15 | 0 | 53 | 135 | 40 | 40 | 126 | 45 |
| Binary | 10101110 | 1100011 | 1101 | 0 | 101011 | 1011101 | 100000 | 100000 | 1010110 | 100101 |
Color Harmonies of #AE630D
Complementary color
Monochromatic Colors of #AE630D
Black with #AE630D
Text Example
Text Example
White with #AE630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE630D; }
p { color: rgb(174,99,13); }
H1.HeaderClassName
{
color: #AE630D;
}
.AnyTagClassName
{
color: #AE630D;
}
</style>
background-color css
<style>
a { background-color: #AE630D; }
a { background-color: rgb(174,99,13); }
div.DivClassName
{
background-color: #AE630D;
}
.BgClassName
{
background-color: #AE630D;
}
</style>
border-color css
<style>
span { border-color: #AE630D; }
span { border-color: rgb(174,99,13); }
td.TdClassName
{
border-color: #AE630D;
}
.TagClassName
{
border-color: #AE630D;
}
</style>