Shades of Golden Brown #AE6B0A
Tints of Golden Brown #AE6B0A
RGB
CMYK
RGB Variations
Color information
#AE6B0A (or 0xAE6B0A) is known color: Golden Brown. HEX triplet: AE, 6B and 0A. RGB value is (174,107,10). Sum of RGB (Red+Green+Blue) = 174+107+10=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6B0A is #5194F5. Grayscale: #747474. Windows color (decimal): -5346550 or 682926. OLE color: 682926.
HSL color Cylindrical-coordinate representation of color #AE6B0A: hue angle of 35.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE6B0A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.32 |
| HSL | 35.49º | 0.89% | 0.36% | - |
| HSV(B) | 35.49º | 0.94% | 0.68% | - |
| XYZ | 22.77 | 19.54 | 2.86 | - |
| YUV | 115.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 10 | 0 | 0.39 | 0.94 | 0.32 | 35.49 | 0.89 | 0.36 |
| Hex | AE | 6B | A | 0 | 27 | 5E | 20 | 23 | 59 | 24 |
| Octal | 256 | 153 | 12 | 0 | 47 | 136 | 40 | 43 | 131 | 44 |
| Binary | 10101110 | 1101011 | 1010 | 0 | 100111 | 1011110 | 100000 | 100011 | 1011001 | 100100 |
Color Harmonies of #AE6B0A
Complementary color
Monochromatic Colors of #AE6B0A
Black with #AE6B0A
Text Example
Text Example
White with #AE6B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B0A; }
p { color: rgb(174,107,10); }
H1.HeaderClassName
{
color: #AE6B0A;
}
.AnyTagClassName
{
color: #AE6B0A;
}
</style>
background-color css
<style>
a { background-color: #AE6B0A; }
a { background-color: rgb(174,107,10); }
div.DivClassName
{
background-color: #AE6B0A;
}
.BgClassName
{
background-color: #AE6B0A;
}
</style>
border-color css
<style>
span { border-color: #AE6B0A; }
span { border-color: rgb(174,107,10); }
td.TdClassName
{
border-color: #AE6B0A;
}
.TagClassName
{
border-color: #AE6B0A;
}
</style>