Shades of Golden Brown #AB631A
Tints of Golden Brown #AB631A
RGB
CMYK
RGB Variations
Color information
#AB631A (or 0xAB631A) is known color: Golden Brown. HEX triplet: AB, 63 and 1A. RGB value is (171,99,26). Sum of RGB (Red+Green+Blue) = 171+99+26=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB631A is #549CE5. Grayscale: #707070. Windows color (decimal): -5545190 or 1729451. OLE color: 1729451.
HSL color Cylindrical-coordinate representation of color #AB631A: hue angle of 30.21º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB631A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 26 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.33 |
| HSL | 30.21º | 0.74% | 0.39% | - |
| HSV(B) | 30.21º | 0.85% | 0.67% | - |
| XYZ | 21.44 | 17.66 | 3.26 | - |
| YUV | 112.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 26 | 0 | 0.42 | 0.85 | 0.33 | 30.21 | 0.74 | 0.39 |
| Hex | AB | 63 | 1A | 0 | 2A | 55 | 21 | 1E | 4A | 27 |
| Octal | 253 | 143 | 32 | 0 | 52 | 125 | 41 | 36 | 112 | 47 |
| Binary | 10101011 | 1100011 | 11010 | 0 | 101010 | 1010101 | 100001 | 11110 | 1001010 | 100111 |
Color Harmonies of #AB631A
Complementary color
Monochromatic Colors of #AB631A
Black with #AB631A
Text Example
Text Example
White with #AB631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB631A; }
p { color: rgb(171,99,26); }
H1.HeaderClassName
{
color: #AB631A;
}
.AnyTagClassName
{
color: #AB631A;
}
</style>
background-color css
<style>
a { background-color: #AB631A; }
a { background-color: rgb(171,99,26); }
div.DivClassName
{
background-color: #AB631A;
}
.BgClassName
{
background-color: #AB631A;
}
</style>
border-color css
<style>
span { border-color: #AB631A; }
span { border-color: rgb(171,99,26); }
td.TdClassName
{
border-color: #AB631A;
}
.TagClassName
{
border-color: #AB631A;
}
</style>