Shades of Golden Brown #AE6302
Tints of Golden Brown #AE6302
RGB
CMYK
RGB Variations
Color information
#AE6302 (or 0xAE6302) is known color: Golden Brown. HEX triplet: AE, 63 and 02. RGB value is (174,99,2). Sum of RGB (Red+Green+Blue) = 174+99+2=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6302 is #519CFD. Grayscale: #6E6E6E. Windows color (decimal): -5348606 or 156590. OLE color: 156590.
HSL color Cylindrical-coordinate representation of color #AE6302: hue angle of 33.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE6302 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.32 |
| HSL | 33.84º | 0.98% | 0.35% | - |
| HSV(B) | 33.84º | 0.99% | 0.68% | - |
| XYZ | 21.93 | 17.93 | 2.36 | - |
| YUV | 110.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 2 | 0 | 0.43 | 0.99 | 0.32 | 33.84 | 0.98 | 0.35 |
| Hex | AE | 63 | 2 | 0 | 2B | 63 | 20 | 22 | 62 | 23 |
| Octal | 256 | 143 | 2 | 0 | 53 | 143 | 40 | 42 | 142 | 43 |
| Binary | 10101110 | 1100011 | 10 | 0 | 101011 | 1100011 | 100000 | 100010 | 1100010 | 100011 |
Color Harmonies of #AE6302
Complementary color
Monochromatic Colors of #AE6302
Black with #AE6302
Text Example
Text Example
White with #AE6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6302; }
p { color: rgb(174,99,2); }
H1.HeaderClassName
{
color: #AE6302;
}
.AnyTagClassName
{
color: #AE6302;
}
</style>
background-color css
<style>
a { background-color: #AE6302; }
a { background-color: rgb(174,99,2); }
div.DivClassName
{
background-color: #AE6302;
}
.BgClassName
{
background-color: #AE6302;
}
</style>
border-color css
<style>
span { border-color: #AE6302; }
span { border-color: rgb(174,99,2); }
td.TdClassName
{
border-color: #AE6302;
}
.TagClassName
{
border-color: #AE6302;
}
</style>