Shades of Golden Brown #AE6A02
Tints of Golden Brown #AE6A02
RGB
CMYK
RGB Variations
Color information
#AE6A02 (or 0xAE6A02) is known color: Golden Brown. HEX triplet: AE, 6A and 02. RGB value is (174,106,2). Sum of RGB (Red+Green+Blue) = 174+106+2=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6A02 is #5195FD. Grayscale: #727272. Windows color (decimal): -5346814 or 158382. OLE color: 158382.
HSL color Cylindrical-coordinate representation of color #AE6A02: hue angle of 36.28º 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 #AE6A02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.32 |
| HSL | 36.28º | 0.98% | 0.35% | - |
| HSV(B) | 36.28º | 0.99% | 0.68% | - |
| XYZ | 22.62 | 19.31 | 2.59 | - |
| YUV | 114.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 2 | 0 | 0.39 | 0.99 | 0.32 | 36.28 | 0.98 | 0.35 |
| Hex | AE | 6A | 2 | 0 | 27 | 63 | 20 | 24 | 62 | 23 |
| Octal | 256 | 152 | 2 | 0 | 47 | 143 | 40 | 44 | 142 | 43 |
| Binary | 10101110 | 1101010 | 10 | 0 | 100111 | 1100011 | 100000 | 100100 | 1100010 | 100011 |
Color Harmonies of #AE6A02
Complementary color
Monochromatic Colors of #AE6A02
Black with #AE6A02
Text Example
Text Example
White with #AE6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A02; }
p { color: rgb(174,106,2); }
H1.HeaderClassName
{
color: #AE6A02;
}
.AnyTagClassName
{
color: #AE6A02;
}
</style>
background-color css
<style>
a { background-color: #AE6A02; }
a { background-color: rgb(174,106,2); }
div.DivClassName
{
background-color: #AE6A02;
}
.BgClassName
{
background-color: #AE6A02;
}
</style>
border-color css
<style>
span { border-color: #AE6A02; }
span { border-color: rgb(174,106,2); }
td.TdClassName
{
border-color: #AE6A02;
}
.TagClassName
{
border-color: #AE6A02;
}
</style>