Shades of Reef Gold #A38C2C
Tints of Reef Gold #A38C2C
RGB
CMYK
RGB Variations
Color information
#A38C2C (or 0xA38C2C) is known color: Reef Gold. HEX triplet: A3, 8C and 2C. RGB value is (163,140,44). Sum of RGB (Red+Green+Blue) = 163+140+44=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C2C is #5C73D3. Grayscale: #888888. Windows color (decimal): -6058964 or 2919587. OLE color: 2919587.
HSL color Cylindrical-coordinate representation of color #A38C2C: hue angle of 48.4º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A38C2C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 44 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.36 |
| HSL | 48.4º | 0.57% | 0.41% | - |
| HSV(B) | 48.4º | 0.73% | 0.64% | - |
| XYZ | 24.94 | 26.72 | 6.23 | - |
| YUV | 135.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 44 | 0 | 0.14 | 0.73 | 0.36 | 48.4 | 0.57 | 0.41 |
| Hex | A3 | 8C | 2C | 0 | E | 49 | 24 | 30 | 39 | 29 |
| Octal | 243 | 214 | 54 | 0 | 16 | 111 | 44 | 60 | 71 | 51 |
| Binary | 10100011 | 10001100 | 101100 | 0 | 1110 | 1001001 | 100100 | 110000 | 111001 | 101001 |
Color Harmonies of #A38C2C
Complementary color
Monochromatic Colors of #A38C2C
Black with #A38C2C
Text Example
Text Example
White with #A38C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C2C; }
p { color: rgb(163,140,44); }
H1.HeaderClassName
{
color: #A38C2C;
}
.AnyTagClassName
{
color: #A38C2C;
}
</style>
background-color css
<style>
a { background-color: #A38C2C; }
a { background-color: rgb(163,140,44); }
div.DivClassName
{
background-color: #A38C2C;
}
.BgClassName
{
background-color: #A38C2C;
}
</style>
border-color css
<style>
span { border-color: #A38C2C; }
span { border-color: rgb(163,140,44); }
td.TdClassName
{
border-color: #A38C2C;
}
.TagClassName
{
border-color: #A38C2C;
}
</style>