Shades of Golden Brown #AE640A
Tints of Golden Brown #AE640A
RGB
CMYK
RGB Variations
Color information
#AE640A (or 0xAE640A) is known color: Golden Brown. HEX triplet: AE, 64 and 0A. RGB value is (174,100,10). Sum of RGB (Red+Green+Blue) = 174+100+10=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE640A is #519BF5. Grayscale: #707070. Windows color (decimal): -5348342 or 681134. OLE color: 681134.
HSL color Cylindrical-coordinate representation of color #AE640A: hue angle of 32.93º 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 #AE640A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 10 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.32 |
| HSL | 32.93º | 0.89% | 0.36% | - |
| HSV(B) | 32.93º | 0.94% | 0.68% | - |
| XYZ | 22.07 | 18.13 | 2.62 | - |
| YUV | 111.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 10 | 0 | 0.43 | 0.94 | 0.32 | 32.93 | 0.89 | 0.36 |
| Hex | AE | 64 | A | 0 | 2B | 5E | 20 | 21 | 59 | 24 |
| Octal | 256 | 144 | 12 | 0 | 53 | 136 | 40 | 41 | 131 | 44 |
| Binary | 10101110 | 1100100 | 1010 | 0 | 101011 | 1011110 | 100000 | 100001 | 1011001 | 100100 |
Color Harmonies of #AE640A
Complementary color
Monochromatic Colors of #AE640A
Black with #AE640A
Text Example
Text Example
White with #AE640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE640A; }
p { color: rgb(174,100,10); }
H1.HeaderClassName
{
color: #AE640A;
}
.AnyTagClassName
{
color: #AE640A;
}
</style>
background-color css
<style>
a { background-color: #AE640A; }
a { background-color: rgb(174,100,10); }
div.DivClassName
{
background-color: #AE640A;
}
.BgClassName
{
background-color: #AE640A;
}
</style>
border-color css
<style>
span { border-color: #AE640A; }
span { border-color: rgb(174,100,10); }
td.TdClassName
{
border-color: #AE640A;
}
.TagClassName
{
border-color: #AE640A;
}
</style>