Shades of Reef Gold #A2903C
Tints of Reef Gold #A2903C
RGB
CMYK
RGB Variations
Color information
#A2903C (or 0xA2903C) is known color: Reef Gold. HEX triplet: A2, 90 and 3C. RGB value is (162,144,60). Sum of RGB (Red+Green+Blue) = 162+144+60=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2903C is #5D6FC3. Grayscale: #8C8C8C. Windows color (decimal): -6123460 or 3969186. OLE color: 3969186.
HSL color Cylindrical-coordinate representation of color #A2903C: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2903C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 60 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.36 |
| HSL | 49.41º | 0.46% | 0.44% | - |
| HSV(B) | 49.41º | 0.63% | 0.64% | - |
| XYZ | 25.69 | 27.95 | 8.32 | - |
| YUV | 139.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 60 | 0 | 0.11 | 0.63 | 0.36 | 49.41 | 0.46 | 0.44 |
| Hex | A2 | 90 | 3C | 0 | B | 3F | 24 | 31 | 2E | 2C |
| Octal | 242 | 220 | 74 | 0 | 13 | 77 | 44 | 61 | 56 | 54 |
| Binary | 10100010 | 10010000 | 111100 | 0 | 1011 | 111111 | 100100 | 110001 | 101110 | 101100 |
Color Harmonies of #A2903C
Complementary color
Monochromatic Colors of #A2903C
Black with #A2903C
Text Example
Text Example
White with #A2903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2903C; }
p { color: rgb(162,144,60); }
H1.HeaderClassName
{
color: #A2903C;
}
.AnyTagClassName
{
color: #A2903C;
}
</style>
background-color css
<style>
a { background-color: #A2903C; }
a { background-color: rgb(162,144,60); }
div.DivClassName
{
background-color: #A2903C;
}
.BgClassName
{
background-color: #A2903C;
}
</style>
border-color css
<style>
span { border-color: #A2903C; }
span { border-color: rgb(162,144,60); }
td.TdClassName
{
border-color: #A2903C;
}
.TagClassName
{
border-color: #A2903C;
}
</style>