Shades of Reef Gold #A18B3B
Tints of Reef Gold #A18B3B
RGB
CMYK
RGB Variations
Color information
#A18B3B (or 0xA18B3B) is known color: Reef Gold. HEX triplet: A1, 8B and 3B. RGB value is (161,139,59). Sum of RGB (Red+Green+Blue) = 161+139+59=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B3B is #5E74C4. Grayscale: #888888. Windows color (decimal): -6190277 or 3902369. OLE color: 3902369.
HSL color Cylindrical-coordinate representation of color #A18B3B: hue angle of 47.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A18B3B is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 59 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.37 |
| HSL | 47.06º | 0.46% | 0.43% | - |
| HSV(B) | 47.06º | 0.63% | 0.63% | - |
| XYZ | 24.72 | 26.36 | 7.92 | - |
| YUV | 136.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 59 | 0 | 0.14 | 0.63 | 0.37 | 47.06 | 0.46 | 0.43 |
| Hex | A1 | 8B | 3B | 0 | E | 3F | 25 | 2F | 2E | 2B |
| Octal | 241 | 213 | 73 | 0 | 16 | 77 | 45 | 57 | 56 | 53 |
| Binary | 10100001 | 10001011 | 111011 | 0 | 1110 | 111111 | 100101 | 101111 | 101110 | 101011 |
Color Harmonies of #A18B3B
Complementary color
Monochromatic Colors of #A18B3B
Black with #A18B3B
Text Example
Text Example
White with #A18B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B3B; }
p { color: rgb(161,139,59); }
H1.HeaderClassName
{
color: #A18B3B;
}
.AnyTagClassName
{
color: #A18B3B;
}
</style>
background-color css
<style>
a { background-color: #A18B3B; }
a { background-color: rgb(161,139,59); }
div.DivClassName
{
background-color: #A18B3B;
}
.BgClassName
{
background-color: #A18B3B;
}
</style>
border-color css
<style>
span { border-color: #A18B3B; }
span { border-color: rgb(161,139,59); }
td.TdClassName
{
border-color: #A18B3B;
}
.TagClassName
{
border-color: #A18B3B;
}
</style>