Shades of Reef Gold #A38735
Tints of Reef Gold #A38735
RGB
CMYK
RGB Variations
Color information
#A38735 (or 0xA38735) is known color: Reef Gold. HEX triplet: A3, 87 and 35. RGB value is (163,135,53). Sum of RGB (Red+Green+Blue) = 163+135+53=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A38735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38735 is #5C78CA. Grayscale: #868686. Windows color (decimal): -6060235 or 3508131. OLE color: 3508131.
HSL color Cylindrical-coordinate representation of color #A38735: hue angle of 44.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A38735 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 53 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.36 |
| HSL | 44.73º | 0.51% | 0.42% | - |
| HSV(B) | 44.73º | 0.67% | 0.64% | - |
| XYZ | 24.41 | 25.37 | 6.98 | - |
| YUV | 134.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 53 | 0 | 0.17 | 0.67 | 0.36 | 44.73 | 0.51 | 0.42 |
| Hex | A3 | 87 | 35 | 0 | 11 | 43 | 24 | 2D | 33 | 2A |
| Octal | 243 | 207 | 65 | 0 | 21 | 103 | 44 | 55 | 63 | 52 |
| Binary | 10100011 | 10000111 | 110101 | 0 | 10001 | 1000011 | 100100 | 101101 | 110011 | 101010 |
Color Harmonies of #A38735
Complementary color
Monochromatic Colors of #A38735
Black with #A38735
Text Example
Text Example
White with #A38735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38735; }
p { color: rgb(163,135,53); }
H1.HeaderClassName
{
color: #A38735;
}
.AnyTagClassName
{
color: #A38735;
}
</style>
background-color css
<style>
a { background-color: #A38735; }
a { background-color: rgb(163,135,53); }
div.DivClassName
{
background-color: #A38735;
}
.BgClassName
{
background-color: #A38735;
}
</style>
border-color css
<style>
span { border-color: #A38735; }
span { border-color: rgb(163,135,53); }
td.TdClassName
{
border-color: #A38735;
}
.TagClassName
{
border-color: #A38735;
}
</style>