Shades of Reef Gold #A28B34
Tints of Reef Gold #A28B34
RGB
CMYK
RGB Variations
Color information
#A28B34 (or 0xA28B34) is known color: Reef Gold. HEX triplet: A2, 8B and 34. RGB value is (162,139,52). Sum of RGB (Red+Green+Blue) = 162+139+52=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B34 is #5D74CB. Grayscale: #888888. Windows color (decimal): -6124748 or 3443618. OLE color: 3443618.
HSL color Cylindrical-coordinate representation of color #A28B34: hue angle of 47.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A28B34 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 52 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.36 |
| HSL | 47.45º | 0.51% | 0.42% | - |
| HSV(B) | 47.45º | 0.68% | 0.64% | - |
| XYZ | 24.75 | 26.39 | 7.04 | - |
| YUV | 135.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 52 | 0 | 0.14 | 0.68 | 0.36 | 47.45 | 0.51 | 0.42 |
| Hex | A2 | 8B | 34 | 0 | E | 44 | 24 | 2F | 33 | 2A |
| Octal | 242 | 213 | 64 | 0 | 16 | 104 | 44 | 57 | 63 | 52 |
| Binary | 10100010 | 10001011 | 110100 | 0 | 1110 | 1000100 | 100100 | 101111 | 110011 | 101010 |
Color Harmonies of #A28B34
Complementary color
Monochromatic Colors of #A28B34
Black with #A28B34
Text Example
Text Example
White with #A28B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B34; }
p { color: rgb(162,139,52); }
H1.HeaderClassName
{
color: #A28B34;
}
.AnyTagClassName
{
color: #A28B34;
}
</style>
background-color css
<style>
a { background-color: #A28B34; }
a { background-color: rgb(162,139,52); }
div.DivClassName
{
background-color: #A28B34;
}
.BgClassName
{
background-color: #A28B34;
}
</style>
border-color css
<style>
span { border-color: #A28B34; }
span { border-color: rgb(162,139,52); }
td.TdClassName
{
border-color: #A28B34;
}
.TagClassName
{
border-color: #A28B34;
}
</style>