Shades of Reef Gold #A29938
Tints of Reef Gold #A29938
RGB
CMYK
RGB Variations
Color information
#A29938 (or 0xA29938) is known color: Reef Gold. HEX triplet: A2, 99 and 38. RGB value is (162,153,56). Sum of RGB (Red+Green+Blue) = 162+153+56=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A29938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29938 is #5D66C7. Grayscale: #919191. Windows color (decimal): -6121160 or 3709346. OLE color: 3709346.
HSL color Cylindrical-coordinate representation of color #A29938: hue angle of 54.91º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29938 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 56 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.36 |
| HSL | 54.91º | 0.49% | 0.43% | - |
| HSV(B) | 54.91º | 0.65% | 0.64% | - |
| XYZ | 27.01 | 30.75 | 8.25 | - |
| YUV | 144.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 56 | 0 | 0.06 | 0.65 | 0.36 | 54.91 | 0.49 | 0.43 |
| Hex | A2 | 99 | 38 | 0 | 6 | 41 | 24 | 37 | 31 | 2B |
| Octal | 242 | 231 | 70 | 0 | 6 | 101 | 44 | 67 | 61 | 53 |
| Binary | 10100010 | 10011001 | 111000 | 0 | 110 | 1000001 | 100100 | 110111 | 110001 | 101011 |
Color Harmonies of #A29938
Complementary color
Monochromatic Colors of #A29938
Black with #A29938
Text Example
Text Example
White with #A29938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29938; }
p { color: rgb(162,153,56); }
H1.HeaderClassName
{
color: #A29938;
}
.AnyTagClassName
{
color: #A29938;
}
</style>
background-color css
<style>
a { background-color: #A29938; }
a { background-color: rgb(162,153,56); }
div.DivClassName
{
background-color: #A29938;
}
.BgClassName
{
background-color: #A29938;
}
</style>
border-color css
<style>
span { border-color: #A29938; }
span { border-color: rgb(162,153,56); }
td.TdClassName
{
border-color: #A29938;
}
.TagClassName
{
border-color: #A29938;
}
</style>