Shades of Reef Gold #A38A39
Tints of Reef Gold #A38A39
RGB
CMYK
RGB Variations
Color information
#A38A39 (or 0xA38A39) is known color: Reef Gold. HEX triplet: A3, 8A and 39. RGB value is (163,138,57). Sum of RGB (Red+Green+Blue) = 163+138+57=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A39 is #5C75C6. Grayscale: #888888. Windows color (decimal): -6059463 or 3771043. OLE color: 3771043.
HSL color Cylindrical-coordinate representation of color #A38A39: hue angle of 45.85º degrees, saturation: 0.48, 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 #A38A39 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 57 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.36 |
| HSL | 45.85º | 0.48% | 0.43% | - |
| HSV(B) | 45.85º | 0.65% | 0.64% | - |
| XYZ | 24.93 | 26.26 | 7.63 | - |
| YUV | 136.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 57 | 0 | 0.15 | 0.65 | 0.36 | 45.85 | 0.48 | 0.43 |
| Hex | A3 | 8A | 39 | 0 | F | 41 | 24 | 2E | 30 | 2B |
| Octal | 243 | 212 | 71 | 0 | 17 | 101 | 44 | 56 | 60 | 53 |
| Binary | 10100011 | 10001010 | 111001 | 0 | 1111 | 1000001 | 100100 | 101110 | 110000 | 101011 |
Color Harmonies of #A38A39
Complementary color
Monochromatic Colors of #A38A39
Black with #A38A39
Text Example
Text Example
White with #A38A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A39; }
p { color: rgb(163,138,57); }
H1.HeaderClassName
{
color: #A38A39;
}
.AnyTagClassName
{
color: #A38A39;
}
</style>
background-color css
<style>
a { background-color: #A38A39; }
a { background-color: rgb(163,138,57); }
div.DivClassName
{
background-color: #A38A39;
}
.BgClassName
{
background-color: #A38A39;
}
</style>
border-color css
<style>
span { border-color: #A38A39; }
span { border-color: rgb(163,138,57); }
td.TdClassName
{
border-color: #A38A39;
}
.TagClassName
{
border-color: #A38A39;
}
</style>