Shades of Golden Brown #AE630C
Tints of Golden Brown #AE630C
RGB
CMYK
RGB Variations
Color information
#AE630C (or 0xAE630C) is known color: Golden Brown. HEX triplet: AE, 63 and 0C. RGB value is (174,99,12). Sum of RGB (Red+Green+Blue) = 174+99+12=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE630C is #519CF3. Grayscale: #6F6F6F. Windows color (decimal): -5348596 or 811950. OLE color: 811950.
HSL color Cylindrical-coordinate representation of color #AE630C: hue angle of 32.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE630C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 12 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.32 |
| HSL | 32.22º | 0.87% | 0.36% | - |
| HSV(B) | 32.22º | 0.93% | 0.68% | - |
| XYZ | 21.98 | 17.95 | 2.65 | - |
| YUV | 111.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 12 | 0 | 0.43 | 0.93 | 0.32 | 32.22 | 0.87 | 0.36 |
| Hex | AE | 63 | C | 0 | 2B | 5D | 20 | 20 | 57 | 24 |
| Octal | 256 | 143 | 14 | 0 | 53 | 135 | 40 | 40 | 127 | 44 |
| Binary | 10101110 | 1100011 | 1100 | 0 | 101011 | 1011101 | 100000 | 100000 | 1010111 | 100100 |
Color Harmonies of #AE630C
Complementary color
Monochromatic Colors of #AE630C
Black with #AE630C
Text Example
Text Example
White with #AE630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE630C; }
p { color: rgb(174,99,12); }
H1.HeaderClassName
{
color: #AE630C;
}
.AnyTagClassName
{
color: #AE630C;
}
</style>
background-color css
<style>
a { background-color: #AE630C; }
a { background-color: rgb(174,99,12); }
div.DivClassName
{
background-color: #AE630C;
}
.BgClassName
{
background-color: #AE630C;
}
</style>
border-color css
<style>
span { border-color: #AE630C; }
span { border-color: rgb(174,99,12); }
td.TdClassName
{
border-color: #AE630C;
}
.TagClassName
{
border-color: #AE630C;
}
</style>