Shades of Golden Brown #AE6700
Tints of Golden Brown #AE6700
RGB
CMYK
RGB Variations
Color information
#AE6700 (or 0xAE6700) is known color: Golden Brown. HEX triplet: AE, 67 and 00. RGB value is (174,103,0). Sum of RGB (Red+Green+Blue) = 174+103+0=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6700 is #5198FF. Grayscale: #707070. Windows color (decimal): -5347584 or 26542. OLE color: 26542.
HSL color Cylindrical-coordinate representation of color #AE6700: hue angle of 35.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE6700 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.32 |
| HSL | 35.52º | 1% | 0.34% | - |
| HSV(B) | 35.52º | 1% | 0.68% | - |
| XYZ | 22.31 | 18.7 | 2.43 | - |
| YUV | 112.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 0 | 0 | 0.41 | 1 | 0.32 | 35.52 | 1 | 0.34 |
| Hex | AE | 67 | 0 | 0 | 29 | 64 | 20 | 24 | 64 | 22 |
| Octal | 256 | 147 | 0 | 0 | 51 | 144 | 40 | 44 | 144 | 42 |
| Binary | 10101110 | 1100111 | 0 | 0 | 101001 | 1100100 | 100000 | 100100 | 1100100 | 100010 |
Color Harmonies of #AE6700
Complementary color
Monochromatic Colors of #AE6700
Black with #AE6700
Text Example
Text Example
White with #AE6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6700; }
p { color: rgb(174,103,0); }
H1.HeaderClassName
{
color: #AE6700;
}
.AnyTagClassName
{
color: #AE6700;
}
</style>
background-color css
<style>
a { background-color: #AE6700; }
a { background-color: rgb(174,103,0); }
div.DivClassName
{
background-color: #AE6700;
}
.BgClassName
{
background-color: #AE6700;
}
</style>
border-color css
<style>
span { border-color: #AE6700; }
span { border-color: rgb(174,103,0); }
td.TdClassName
{
border-color: #AE6700;
}
.TagClassName
{
border-color: #AE6700;
}
</style>