Shades of Reef Gold #A28B2B
Tints of Reef Gold #A28B2B
RGB
CMYK
RGB Variations
Color information
#A28B2B (or 0xA28B2B) is known color: Reef Gold. HEX triplet: A2, 8B and 2B. RGB value is (162,139,43). Sum of RGB (Red+Green+Blue) = 162+139+43=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B2B is #5D74D4. Grayscale: #878787. Windows color (decimal): -6124757 or 2853794. OLE color: 2853794.
HSL color Cylindrical-coordinate representation of color #A28B2B: hue angle of 48.4º degrees, saturation: 0.58, 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 #A28B2B is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 43 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.36 |
| HSL | 48.4º | 0.58% | 0.4% | - |
| HSV(B) | 48.4º | 0.73% | 0.64% | - |
| XYZ | 24.57 | 26.32 | 6.07 | - |
| YUV | 134.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 43 | 0 | 0.14 | 0.73 | 0.36 | 48.4 | 0.58 | 0.4 |
| Hex | A2 | 8B | 2B | 0 | E | 49 | 24 | 30 | 3A | 28 |
| Octal | 242 | 213 | 53 | 0 | 16 | 111 | 44 | 60 | 72 | 50 |
| Binary | 10100010 | 10001011 | 101011 | 0 | 1110 | 1001001 | 100100 | 110000 | 111010 | 101000 |
Color Harmonies of #A28B2B
Complementary color
Monochromatic Colors of #A28B2B
Black with #A28B2B
Text Example
Text Example
White with #A28B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B2B; }
p { color: rgb(162,139,43); }
H1.HeaderClassName
{
color: #A28B2B;
}
.AnyTagClassName
{
color: #A28B2B;
}
</style>
background-color css
<style>
a { background-color: #A28B2B; }
a { background-color: rgb(162,139,43); }
div.DivClassName
{
background-color: #A28B2B;
}
.BgClassName
{
background-color: #A28B2B;
}
</style>
border-color css
<style>
span { border-color: #A28B2B; }
span { border-color: rgb(162,139,43); }
td.TdClassName
{
border-color: #A28B2B;
}
.TagClassName
{
border-color: #A28B2B;
}
</style>