Shades of Reef Gold #A28C2C
Tints of Reef Gold #A28C2C
RGB
CMYK
RGB Variations
Color information
#A28C2C (or 0xA28C2C) is known color: Reef Gold. HEX triplet: A2, 8C and 2C. RGB value is (162,140,44). Sum of RGB (Red+Green+Blue) = 162+140+44=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2C is #5D73D3. Grayscale: #888888. Windows color (decimal): -6124500 or 2919586. OLE color: 2919586.
HSL color Cylindrical-coordinate representation of color #A28C2C: hue angle of 48.81º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28C2C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 44 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.36 |
| HSL | 48.81º | 0.57% | 0.4% | - |
| HSV(B) | 48.81º | 0.73% | 0.64% | - |
| XYZ | 24.73 | 26.62 | 6.22 | - |
| YUV | 135.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 44 | 0 | 0.14 | 0.73 | 0.36 | 48.81 | 0.57 | 0.4 |
| Hex | A2 | 8C | 2C | 0 | E | 49 | 24 | 31 | 39 | 28 |
| Octal | 242 | 214 | 54 | 0 | 16 | 111 | 44 | 61 | 71 | 50 |
| Binary | 10100010 | 10001100 | 101100 | 0 | 1110 | 1001001 | 100100 | 110001 | 111001 | 101000 |
Color Harmonies of #A28C2C
Complementary color
Monochromatic Colors of #A28C2C
Black with #A28C2C
Text Example
Text Example
White with #A28C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C2C; }
p { color: rgb(162,140,44); }
H1.HeaderClassName
{
color: #A28C2C;
}
.AnyTagClassName
{
color: #A28C2C;
}
</style>
background-color css
<style>
a { background-color: #A28C2C; }
a { background-color: rgb(162,140,44); }
div.DivClassName
{
background-color: #A28C2C;
}
.BgClassName
{
background-color: #A28C2C;
}
</style>
border-color css
<style>
span { border-color: #A28C2C; }
span { border-color: rgb(162,140,44); }
td.TdClassName
{
border-color: #A28C2C;
}
.TagClassName
{
border-color: #A28C2C;
}
</style>