Shades of Golden Brown #AA631B
Tints of Golden Brown #AA631B
RGB
CMYK
RGB Variations
Color information
#AA631B (or 0xAA631B) is known color: Golden Brown. HEX triplet: AA, 63 and 1B. RGB value is (170,99,27). Sum of RGB (Red+Green+Blue) = 170+99+27=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA631B is #559CE4. Grayscale: #707070. Windows color (decimal): -5610725 or 1794986. OLE color: 1794986.
HSL color Cylindrical-coordinate representation of color #AA631B: hue angle of 30.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA631B is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 27 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.33 |
| HSL | 30.21º | 0.73% | 0.39% | - |
| HSV(B) | 30.21º | 0.84% | 0.67% | - |
| XYZ | 21.24 | 17.55 | 3.3 | - |
| YUV | 112.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 27 | 0 | 0.42 | 0.84 | 0.33 | 30.21 | 0.73 | 0.39 |
| Hex | AA | 63 | 1B | 0 | 2A | 54 | 21 | 1E | 49 | 27 |
| Octal | 252 | 143 | 33 | 0 | 52 | 124 | 41 | 36 | 111 | 47 |
| Binary | 10101010 | 1100011 | 11011 | 0 | 101010 | 1010100 | 100001 | 11110 | 1001001 | 100111 |
Color Harmonies of #AA631B
Complementary color
Monochromatic Colors of #AA631B
Black with #AA631B
Text Example
Text Example
White with #AA631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA631B; }
p { color: rgb(170,99,27); }
H1.HeaderClassName
{
color: #AA631B;
}
.AnyTagClassName
{
color: #AA631B;
}
</style>
background-color css
<style>
a { background-color: #AA631B; }
a { background-color: rgb(170,99,27); }
div.DivClassName
{
background-color: #AA631B;
}
.BgClassName
{
background-color: #AA631B;
}
</style>
border-color css
<style>
span { border-color: #AA631B; }
span { border-color: rgb(170,99,27); }
td.TdClassName
{
border-color: #AA631B;
}
.TagClassName
{
border-color: #AA631B;
}
</style>