Shades of Reef Gold #A1903C
Tints of Reef Gold #A1903C
RGB
CMYK
RGB Variations
Color information
#A1903C (or 0xA1903C) is known color: Reef Gold. HEX triplet: A1, 90 and 3C. RGB value is (161,144,60). Sum of RGB (Red+Green+Blue) = 161+144+60=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1903C is #5E6FC3. Grayscale: #8B8B8B. Windows color (decimal): -6188996 or 3969185. OLE color: 3969185.
HSL color Cylindrical-coordinate representation of color #A1903C: hue angle of 49.9º 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 #A1903C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 60 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.37 |
| HSL | 49.9º | 0.46% | 0.43% | - |
| HSV(B) | 49.9º | 0.63% | 0.63% | - |
| XYZ | 25.49 | 27.85 | 8.31 | - |
| YUV | 139.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 60 | 0 | 0.11 | 0.63 | 0.37 | 49.9 | 0.46 | 0.43 |
| Hex | A1 | 90 | 3C | 0 | B | 3F | 25 | 32 | 2E | 2B |
| Octal | 241 | 220 | 74 | 0 | 13 | 77 | 45 | 62 | 56 | 53 |
| Binary | 10100001 | 10010000 | 111100 | 0 | 1011 | 111111 | 100101 | 110010 | 101110 | 101011 |
Color Harmonies of #A1903C
Complementary color
Monochromatic Colors of #A1903C
Black with #A1903C
Text Example
Text Example
White with #A1903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1903C; }
p { color: rgb(161,144,60); }
H1.HeaderClassName
{
color: #A1903C;
}
.AnyTagClassName
{
color: #A1903C;
}
</style>
background-color css
<style>
a { background-color: #A1903C; }
a { background-color: rgb(161,144,60); }
div.DivClassName
{
background-color: #A1903C;
}
.BgClassName
{
background-color: #A1903C;
}
</style>
border-color css
<style>
span { border-color: #A1903C; }
span { border-color: rgb(161,144,60); }
td.TdClassName
{
border-color: #A1903C;
}
.TagClassName
{
border-color: #A1903C;
}
</style>