Shades of Reef Gold #A28A2D
Tints of Reef Gold #A28A2D
RGB
CMYK
RGB Variations
Color information
#A28A2D (or 0xA28A2D) is known color: Reef Gold. HEX triplet: A2, 8A and 2D. RGB value is (162,138,45). Sum of RGB (Red+Green+Blue) = 162+138+45=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A2D is #5D75D2. Grayscale: #868686. Windows color (decimal): -6125011 or 2984610. OLE color: 2984610.
HSL color Cylindrical-coordinate representation of color #A28A2D: hue angle of 47.69º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A28A2D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 45 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.36 |
| HSL | 47.69º | 0.57% | 0.41% | - |
| HSV(B) | 47.69º | 0.72% | 0.64% | - |
| XYZ | 24.46 | 26.05 | 6.22 | - |
| YUV | 134.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 45 | 0 | 0.15 | 0.72 | 0.36 | 47.69 | 0.57 | 0.41 |
| Hex | A2 | 8A | 2D | 0 | F | 48 | 24 | 30 | 39 | 29 |
| Octal | 242 | 212 | 55 | 0 | 17 | 110 | 44 | 60 | 71 | 51 |
| Binary | 10100010 | 10001010 | 101101 | 0 | 1111 | 1001000 | 100100 | 110000 | 111001 | 101001 |
Color Harmonies of #A28A2D
Complementary color
Monochromatic Colors of #A28A2D
Black with #A28A2D
Text Example
Text Example
White with #A28A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A2D; }
p { color: rgb(162,138,45); }
H1.HeaderClassName
{
color: #A28A2D;
}
.AnyTagClassName
{
color: #A28A2D;
}
</style>
background-color css
<style>
a { background-color: #A28A2D; }
a { background-color: rgb(162,138,45); }
div.DivClassName
{
background-color: #A28A2D;
}
.BgClassName
{
background-color: #A28A2D;
}
</style>
border-color css
<style>
span { border-color: #A28A2D; }
span { border-color: rgb(162,138,45); }
td.TdClassName
{
border-color: #A28A2D;
}
.TagClassName
{
border-color: #A28A2D;
}
</style>