Shades of Reef Gold #A1882D
Tints of Reef Gold #A1882D
RGB
CMYK
RGB Variations
Color information
#A1882D (or 0xA1882D) is known color: Reef Gold. HEX triplet: A1, 88 and 2D. RGB value is (161,136,45). Sum of RGB (Red+Green+Blue) = 161+136+45=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1882D is #5E77D2. Grayscale: #858585. Windows color (decimal): -6191059 or 2984097. OLE color: 2984097.
HSL color Cylindrical-coordinate representation of color #A1882D: hue angle of 47.07º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1882D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 45 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.37 |
| HSL | 47.07º | 0.56% | 0.4% | - |
| HSV(B) | 47.07º | 0.72% | 0.63% | - |
| XYZ | 23.98 | 25.37 | 6.12 | - |
| YUV | 133.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 45 | 0 | 0.16 | 0.72 | 0.37 | 47.07 | 0.56 | 0.4 |
| Hex | A1 | 88 | 2D | 0 | 10 | 48 | 25 | 2F | 38 | 28 |
| Octal | 241 | 210 | 55 | 0 | 20 | 110 | 45 | 57 | 70 | 50 |
| Binary | 10100001 | 10001000 | 101101 | 0 | 10000 | 1001000 | 100101 | 101111 | 111000 | 101000 |
Color Harmonies of #A1882D
Complementary color
Monochromatic Colors of #A1882D
Black with #A1882D
Text Example
Text Example
White with #A1882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1882D; }
p { color: rgb(161,136,45); }
H1.HeaderClassName
{
color: #A1882D;
}
.AnyTagClassName
{
color: #A1882D;
}
</style>
background-color css
<style>
a { background-color: #A1882D; }
a { background-color: rgb(161,136,45); }
div.DivClassName
{
background-color: #A1882D;
}
.BgClassName
{
background-color: #A1882D;
}
</style>
border-color css
<style>
span { border-color: #A1882D; }
span { border-color: rgb(161,136,45); }
td.TdClassName
{
border-color: #A1882D;
}
.TagClassName
{
border-color: #A1882D;
}
</style>