Shades of Reef Gold #A29338
Tints of Reef Gold #A29338
RGB
CMYK
RGB Variations
Color information
#A29338 (or 0xA29338) is known color: Reef Gold. HEX triplet: A2, 93 and 38. RGB value is (162,147,56). Sum of RGB (Red+Green+Blue) = 162+147+56=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29338 is #5D6CC7. Grayscale: #8D8D8D. Windows color (decimal): -6122696 or 3707810. OLE color: 3707810.
HSL color Cylindrical-coordinate representation of color #A29338: hue angle of 51.51º 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 #A29338 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 56 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.36 |
| HSL | 51.51º | 0.49% | 0.43% | - |
| HSV(B) | 51.51º | 0.65% | 0.64% | - |
| XYZ | 26.05 | 28.83 | 7.93 | - |
| YUV | 141.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 56 | 0 | 0.09 | 0.65 | 0.36 | 51.51 | 0.49 | 0.43 |
| Hex | A2 | 93 | 38 | 0 | 9 | 41 | 24 | 34 | 31 | 2B |
| Octal | 242 | 223 | 70 | 0 | 11 | 101 | 44 | 64 | 61 | 53 |
| Binary | 10100010 | 10010011 | 111000 | 0 | 1001 | 1000001 | 100100 | 110100 | 110001 | 101011 |
Color Harmonies of #A29338
Complementary color
Monochromatic Colors of #A29338
Black with #A29338
Text Example
Text Example
White with #A29338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29338; }
p { color: rgb(162,147,56); }
H1.HeaderClassName
{
color: #A29338;
}
.AnyTagClassName
{
color: #A29338;
}
</style>
background-color css
<style>
a { background-color: #A29338; }
a { background-color: rgb(162,147,56); }
div.DivClassName
{
background-color: #A29338;
}
.BgClassName
{
background-color: #A29338;
}
</style>
border-color css
<style>
span { border-color: #A29338; }
span { border-color: rgb(162,147,56); }
td.TdClassName
{
border-color: #A29338;
}
.TagClassName
{
border-color: #A29338;
}
</style>