Shades of Golden Brown #AE6607
Tints of Golden Brown #AE6607
RGB
CMYK
RGB Variations
Color information
#AE6607 (or 0xAE6607) is known color: Golden Brown. HEX triplet: AE, 66 and 07. RGB value is (174,102,7). Sum of RGB (Red+Green+Blue) = 174+102+7=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6607 is #5199F8. Grayscale: #717171. Windows color (decimal): -5347833 or 485038. OLE color: 485038.
HSL color Cylindrical-coordinate representation of color #AE6607: hue angle of 34.13º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE6607 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.32 |
| HSL | 34.13º | 0.92% | 0.35% | - |
| HSV(B) | 34.13º | 0.96% | 0.68% | - |
| XYZ | 22.25 | 18.52 | 2.6 | - |
| YUV | 112.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 7 | 0 | 0.41 | 0.96 | 0.32 | 34.13 | 0.92 | 0.35 |
| Hex | AE | 66 | 7 | 0 | 29 | 60 | 20 | 22 | 5C | 23 |
| Octal | 256 | 146 | 7 | 0 | 51 | 140 | 40 | 42 | 134 | 43 |
| Binary | 10101110 | 1100110 | 111 | 0 | 101001 | 1100000 | 100000 | 100010 | 1011100 | 100011 |
Color Harmonies of #AE6607
Complementary color
Monochromatic Colors of #AE6607
Black with #AE6607
Text Example
Text Example
White with #AE6607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6607; }
p { color: rgb(174,102,7); }
H1.HeaderClassName
{
color: #AE6607;
}
.AnyTagClassName
{
color: #AE6607;
}
</style>
background-color css
<style>
a { background-color: #AE6607; }
a { background-color: rgb(174,102,7); }
div.DivClassName
{
background-color: #AE6607;
}
.BgClassName
{
background-color: #AE6607;
}
</style>
border-color css
<style>
span { border-color: #AE6607; }
span { border-color: rgb(174,102,7); }
td.TdClassName
{
border-color: #AE6607;
}
.TagClassName
{
border-color: #AE6607;
}
</style>