Shades of Reef Gold #A38E2B
Tints of Reef Gold #A38E2B
RGB
CMYK
RGB Variations
Color information
#A38E2B (or 0xA38E2B) is known color: Reef Gold. HEX triplet: A3, 8E and 2B. RGB value is (163,142,43). Sum of RGB (Red+Green+Blue) = 163+142+43=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E2B is #5C71D4. Grayscale: #898989. Windows color (decimal): -6058453 or 2854563. OLE color: 2854563.
HSL color Cylindrical-coordinate representation of color #A38E2B: hue angle of 49.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A38E2B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 43 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.36 |
| HSL | 49.5º | 0.58% | 0.4% | - |
| HSV(B) | 49.5º | 0.74% | 0.64% | - |
| XYZ | 25.21 | 27.31 | 6.23 | - |
| YUV | 136.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 43 | 0 | 0.13 | 0.74 | 0.36 | 49.5 | 0.58 | 0.4 |
| Hex | A3 | 8E | 2B | 0 | D | 4A | 24 | 32 | 3A | 28 |
| Octal | 243 | 216 | 53 | 0 | 15 | 112 | 44 | 62 | 72 | 50 |
| Binary | 10100011 | 10001110 | 101011 | 0 | 1101 | 1001010 | 100100 | 110010 | 111010 | 101000 |
Color Harmonies of #A38E2B
Complementary color
Monochromatic Colors of #A38E2B
Black with #A38E2B
Text Example
Text Example
White with #A38E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E2B; }
p { color: rgb(163,142,43); }
H1.HeaderClassName
{
color: #A38E2B;
}
.AnyTagClassName
{
color: #A38E2B;
}
</style>
background-color css
<style>
a { background-color: #A38E2B; }
a { background-color: rgb(163,142,43); }
div.DivClassName
{
background-color: #A38E2B;
}
.BgClassName
{
background-color: #A38E2B;
}
</style>
border-color css
<style>
span { border-color: #A38E2B; }
span { border-color: rgb(163,142,43); }
td.TdClassName
{
border-color: #A38E2B;
}
.TagClassName
{
border-color: #A38E2B;
}
</style>