Shades of Golden Brown #AE681A
Tints of Golden Brown #AE681A
RGB
CMYK
RGB Variations
Color information
#AE681A (or 0xAE681A) is known color: Golden Brown. HEX triplet: AE, 68 and 1A. RGB value is (174,104,26). Sum of RGB (Red+Green+Blue) = 174+104+26=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE681A is #5197E5. Grayscale: #747474. Windows color (decimal): -5347302 or 1730734. OLE color: 1730734.
HSL color Cylindrical-coordinate representation of color #AE681A: hue angle of 31.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE681A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 26 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.32 |
| HSL | 31.62º | 0.74% | 0.39% | - |
| HSV(B) | 31.62º | 0.85% | 0.68% | - |
| XYZ | 22.59 | 18.97 | 3.45 | - |
| YUV | 116.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 26 | 0 | 0.40 | 0.85 | 0.32 | 31.62 | 0.74 | 0.39 |
| Hex | AE | 68 | 1A | 0 | 28 | 55 | 20 | 20 | 4A | 27 |
| Octal | 256 | 150 | 32 | 0 | 50 | 125 | 40 | 40 | 112 | 47 |
| Binary | 10101110 | 1101000 | 11010 | 0 | 101000 | 1010101 | 100000 | 100000 | 1001010 | 100111 |
Color Harmonies of #AE681A
Complementary color
Monochromatic Colors of #AE681A
Black with #AE681A
Text Example
Text Example
White with #AE681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE681A; }
p { color: rgb(174,104,26); }
H1.HeaderClassName
{
color: #AE681A;
}
.AnyTagClassName
{
color: #AE681A;
}
</style>
background-color css
<style>
a { background-color: #AE681A; }
a { background-color: rgb(174,104,26); }
div.DivClassName
{
background-color: #AE681A;
}
.BgClassName
{
background-color: #AE681A;
}
</style>
border-color css
<style>
span { border-color: #AE681A; }
span { border-color: rgb(174,104,26); }
td.TdClassName
{
border-color: #AE681A;
}
.TagClassName
{
border-color: #AE681A;
}
</style>