Shades of Golden Brown #AE5D02
Tints of Golden Brown #AE5D02
RGB
CMYK
RGB Variations
Color information
#AE5D02 (or 0xAE5D02) is known color: Golden Brown. HEX triplet: AE, 5D and 02. RGB value is (174,93,2). Sum of RGB (Red+Green+Blue) = 174+93+2=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D02 is #51A2FD. Grayscale: #6B6B6B. Windows color (decimal): -5350142 or 155054. OLE color: 155054.
HSL color Cylindrical-coordinate representation of color #AE5D02: hue angle of 31.74º 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 #AE5D02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.32 |
| HSL | 31.74º | 0.98% | 0.35% | - |
| HSV(B) | 31.74º | 0.99% | 0.68% | - |
| XYZ | 21.38 | 16.83 | 2.18 | - |
| YUV | 106.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 2 | 0 | 0.47 | 0.99 | 0.32 | 31.74 | 0.98 | 0.35 |
| Hex | AE | 5D | 2 | 0 | 2F | 63 | 20 | 20 | 62 | 23 |
| Octal | 256 | 135 | 2 | 0 | 57 | 143 | 40 | 40 | 142 | 43 |
| Binary | 10101110 | 1011101 | 10 | 0 | 101111 | 1100011 | 100000 | 100000 | 1100010 | 100011 |
Color Harmonies of #AE5D02
Complementary color
Monochromatic Colors of #AE5D02
Black with #AE5D02
Text Example
Text Example
White with #AE5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D02; }
p { color: rgb(174,93,2); }
H1.HeaderClassName
{
color: #AE5D02;
}
.AnyTagClassName
{
color: #AE5D02;
}
</style>
background-color css
<style>
a { background-color: #AE5D02; }
a { background-color: rgb(174,93,2); }
div.DivClassName
{
background-color: #AE5D02;
}
.BgClassName
{
background-color: #AE5D02;
}
</style>
border-color css
<style>
span { border-color: #AE5D02; }
span { border-color: rgb(174,93,2); }
td.TdClassName
{
border-color: #AE5D02;
}
.TagClassName
{
border-color: #AE5D02;
}
</style>