Shades of Reef Gold #AB842D
Tints of Reef Gold #AB842D
RGB
CMYK
RGB Variations
Color information
#AB842D (or 0xAB842D) is known color: Reef Gold. HEX triplet: AB, 84 and 2D. RGB value is (171,132,45). Sum of RGB (Red+Green+Blue) = 171+132+45=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB842D is #547BD2. Grayscale: #868686. Windows color (decimal): -5536723 or 2983083. OLE color: 2983083.
HSL color Cylindrical-coordinate representation of color #AB842D: hue angle of 41.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB842D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 45 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.33 |
| HSL | 41.43º | 0.58% | 0.42% | - |
| HSV(B) | 41.43º | 0.74% | 0.67% | - |
| XYZ | 25.52 | 25.35 | 6.03 | - |
| YUV | 133.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 45 | 0 | 0.23 | 0.74 | 0.33 | 41.43 | 0.58 | 0.42 |
| Hex | AB | 84 | 2D | 0 | 17 | 4A | 21 | 29 | 3A | 2A |
| Octal | 253 | 204 | 55 | 0 | 27 | 112 | 41 | 51 | 72 | 52 |
| Binary | 10101011 | 10000100 | 101101 | 0 | 10111 | 1001010 | 100001 | 101001 | 111010 | 101010 |
Color Harmonies of #AB842D
Complementary color
Monochromatic Colors of #AB842D
Black with #AB842D
Text Example
Text Example
White with #AB842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB842D; }
p { color: rgb(171,132,45); }
H1.HeaderClassName
{
color: #AB842D;
}
.AnyTagClassName
{
color: #AB842D;
}
</style>
background-color css
<style>
a { background-color: #AB842D; }
a { background-color: rgb(171,132,45); }
div.DivClassName
{
background-color: #AB842D;
}
.BgClassName
{
background-color: #AB842D;
}
</style>
border-color css
<style>
span { border-color: #AB842D; }
span { border-color: rgb(171,132,45); }
td.TdClassName
{
border-color: #AB842D;
}
.TagClassName
{
border-color: #AB842D;
}
</style>