Shades of Golden Brown #AB6303
Tints of Golden Brown #AB6303
RGB
CMYK
RGB Variations
Color information
#AB6303 (or 0xAB6303) is known color: Golden Brown. HEX triplet: AB, 63 and 03. RGB value is (171,99,3). Sum of RGB (Red+Green+Blue) = 171+99+3=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6303 is #549CFC. Grayscale: #6E6E6E. Windows color (decimal): -5545213 or 222123. OLE color: 222123.
HSL color Cylindrical-coordinate representation of color #AB6303: hue angle of 34.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB6303 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.33 |
| HSL | 34.29º | 0.97% | 0.34% | - |
| HSV(B) | 34.29º | 0.98% | 0.67% | - |
| XYZ | 21.27 | 17.59 | 2.36 | - |
| YUV | 109.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 3 | 0 | 0.42 | 0.98 | 0.33 | 34.29 | 0.97 | 0.34 |
| Hex | AB | 63 | 3 | 0 | 2A | 62 | 21 | 22 | 61 | 22 |
| Octal | 253 | 143 | 3 | 0 | 52 | 142 | 41 | 42 | 141 | 42 |
| Binary | 10101011 | 1100011 | 11 | 0 | 101010 | 1100010 | 100001 | 100010 | 1100001 | 100010 |
Color Harmonies of #AB6303
Complementary color
Monochromatic Colors of #AB6303
Black with #AB6303
Text Example
Text Example
White with #AB6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6303; }
p { color: rgb(171,99,3); }
H1.HeaderClassName
{
color: #AB6303;
}
.AnyTagClassName
{
color: #AB6303;
}
</style>
background-color css
<style>
a { background-color: #AB6303; }
a { background-color: rgb(171,99,3); }
div.DivClassName
{
background-color: #AB6303;
}
.BgClassName
{
background-color: #AB6303;
}
</style>
border-color css
<style>
span { border-color: #AB6303; }
span { border-color: rgb(171,99,3); }
td.TdClassName
{
border-color: #AB6303;
}
.TagClassName
{
border-color: #AB6303;
}
</style>