Shades of Reef Gold #A38135
Tints of Reef Gold #A38135
RGB
CMYK
RGB Variations
Color information
#A38135 (or 0xA38135) is known color: Reef Gold. HEX triplet: A3, 81 and 35. RGB value is (163,129,53). Sum of RGB (Red+Green+Blue) = 163+129+53=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A38135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38135 is #5C7ECA. Grayscale: #828282. Windows color (decimal): -6061771 or 3506595. OLE color: 3506595.
HSL color Cylindrical-coordinate representation of color #A38135: hue angle of 41.45º 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 #A38135 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 53 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.36 |
| HSL | 41.45º | 0.51% | 0.42% | - |
| HSV(B) | 41.45º | 0.67% | 0.64% | - |
| XYZ | 23.6 | 23.74 | 6.71 | - |
| YUV | 130.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 53 | 0 | 0.21 | 0.67 | 0.36 | 41.45 | 0.51 | 0.42 |
| Hex | A3 | 81 | 35 | 0 | 15 | 43 | 24 | 29 | 33 | 2A |
| Octal | 243 | 201 | 65 | 0 | 25 | 103 | 44 | 51 | 63 | 52 |
| Binary | 10100011 | 10000001 | 110101 | 0 | 10101 | 1000011 | 100100 | 101001 | 110011 | 101010 |
Color Harmonies of #A38135
Complementary color
Monochromatic Colors of #A38135
Black with #A38135
Text Example
Text Example
White with #A38135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38135; }
p { color: rgb(163,129,53); }
H1.HeaderClassName
{
color: #A38135;
}
.AnyTagClassName
{
color: #A38135;
}
</style>
background-color css
<style>
a { background-color: #A38135; }
a { background-color: rgb(163,129,53); }
div.DivClassName
{
background-color: #A38135;
}
.BgClassName
{
background-color: #A38135;
}
</style>
border-color css
<style>
span { border-color: #A38135; }
span { border-color: rgb(163,129,53); }
td.TdClassName
{
border-color: #A38135;
}
.TagClassName
{
border-color: #A38135;
}
</style>