Shades of Reef Gold #A28A2C
Tints of Reef Gold #A28A2C
RGB
CMYK
RGB Variations
Color information
#A28A2C (or 0xA28A2C) is known color: Reef Gold. HEX triplet: A2, 8A and 2C. RGB value is (162,138,44). Sum of RGB (Red+Green+Blue) = 162+138+44=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A2C is #5D75D3. Grayscale: #868686. Windows color (decimal): -6125012 or 2919074. OLE color: 2919074.
HSL color Cylindrical-coordinate representation of color #A28A2C: hue angle of 47.8º 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 #A28A2C is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 44 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.36 |
| HSL | 47.8º | 0.57% | 0.4% | - |
| HSV(B) | 47.8º | 0.73% | 0.64% | - |
| XYZ | 24.44 | 26.04 | 6.12 | - |
| YUV | 134.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 44 | 0 | 0.15 | 0.73 | 0.36 | 47.8 | 0.57 | 0.4 |
| Hex | A2 | 8A | 2C | 0 | F | 49 | 24 | 30 | 39 | 28 |
| Octal | 242 | 212 | 54 | 0 | 17 | 111 | 44 | 60 | 71 | 50 |
| Binary | 10100010 | 10001010 | 101100 | 0 | 1111 | 1001001 | 100100 | 110000 | 111001 | 101000 |
Color Harmonies of #A28A2C
Complementary color
Monochromatic Colors of #A28A2C
Black with #A28A2C
Text Example
Text Example
White with #A28A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A2C; }
p { color: rgb(162,138,44); }
H1.HeaderClassName
{
color: #A28A2C;
}
.AnyTagClassName
{
color: #A28A2C;
}
</style>
background-color css
<style>
a { background-color: #A28A2C; }
a { background-color: rgb(162,138,44); }
div.DivClassName
{
background-color: #A28A2C;
}
.BgClassName
{
background-color: #A28A2C;
}
</style>
border-color css
<style>
span { border-color: #A28A2C; }
span { border-color: rgb(162,138,44); }
td.TdClassName
{
border-color: #A28A2C;
}
.TagClassName
{
border-color: #A28A2C;
}
</style>