Shades of Reef Gold #A38F3B
Tints of Reef Gold #A38F3B
RGB
CMYK
RGB Variations
Color information
#A38F3B (or 0xA38F3B) is known color: Reef Gold. HEX triplet: A3, 8F and 3B. RGB value is (163,143,59). Sum of RGB (Red+Green+Blue) = 163+143+59=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38F3B is #5C70C4. Grayscale: #8B8B8B. Windows color (decimal): -6058181 or 3903395. OLE color: 3903395.
HSL color Cylindrical-coordinate representation of color #A38F3B: hue angle of 48.46º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A38F3B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 59 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.36 |
| HSL | 48.46º | 0.47% | 0.44% | - |
| HSV(B) | 48.46º | 0.64% | 0.64% | - |
| XYZ | 25.72 | 27.75 | 8.14 | - |
| YUV | 139.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 59 | 0 | 0.12 | 0.64 | 0.36 | 48.46 | 0.47 | 0.44 |
| Hex | A3 | 8F | 3B | 0 | C | 40 | 24 | 30 | 2F | 2C |
| Octal | 243 | 217 | 73 | 0 | 14 | 100 | 44 | 60 | 57 | 54 |
| Binary | 10100011 | 10001111 | 111011 | 0 | 1100 | 1000000 | 100100 | 110000 | 101111 | 101100 |
Color Harmonies of #A38F3B
Complementary color
Monochromatic Colors of #A38F3B
Black with #A38F3B
Text Example
Text Example
White with #A38F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F3B; }
p { color: rgb(163,143,59); }
H1.HeaderClassName
{
color: #A38F3B;
}
.AnyTagClassName
{
color: #A38F3B;
}
</style>
background-color css
<style>
a { background-color: #A38F3B; }
a { background-color: rgb(163,143,59); }
div.DivClassName
{
background-color: #A38F3B;
}
.BgClassName
{
background-color: #A38F3B;
}
</style>
border-color css
<style>
span { border-color: #A38F3B; }
span { border-color: rgb(163,143,59); }
td.TdClassName
{
border-color: #A38F3B;
}
.TagClassName
{
border-color: #A38F3B;
}
</style>