Shades of Reef Gold #A68B2D
Tints of Reef Gold #A68B2D
RGB
CMYK
RGB Variations
Color information
#A68B2D (or 0xA68B2D) is known color: Reef Gold. HEX triplet: A6, 8B and 2D. RGB value is (166,139,45). Sum of RGB (Red+Green+Blue) = 166+139+45=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B2D is #5974D2. Grayscale: #888888. Windows color (decimal): -5862611 or 2984870. OLE color: 2984870.
HSL color Cylindrical-coordinate representation of color #A68B2D: hue angle of 46.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A68B2D is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 45 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.35 |
| HSL | 46.61º | 0.57% | 0.41% | - |
| HSV(B) | 46.61º | 0.73% | 0.65% | - |
| XYZ | 25.43 | 26.76 | 6.31 | - |
| YUV | 136.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 45 | 0 | 0.16 | 0.73 | 0.35 | 46.61 | 0.57 | 0.41 |
| Hex | A6 | 8B | 2D | 0 | 10 | 49 | 23 | 2F | 39 | 29 |
| Octal | 246 | 213 | 55 | 0 | 20 | 111 | 43 | 57 | 71 | 51 |
| Binary | 10100110 | 10001011 | 101101 | 0 | 10000 | 1001001 | 100011 | 101111 | 111001 | 101001 |
Color Harmonies of #A68B2D
Complementary color
Monochromatic Colors of #A68B2D
Black with #A68B2D
Text Example
Text Example
White with #A68B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B2D; }
p { color: rgb(166,139,45); }
H1.HeaderClassName
{
color: #A68B2D;
}
.AnyTagClassName
{
color: #A68B2D;
}
</style>
background-color css
<style>
a { background-color: #A68B2D; }
a { background-color: rgb(166,139,45); }
div.DivClassName
{
background-color: #A68B2D;
}
.BgClassName
{
background-color: #A68B2D;
}
</style>
border-color css
<style>
span { border-color: #A68B2D; }
span { border-color: rgb(166,139,45); }
td.TdClassName
{
border-color: #A68B2D;
}
.TagClassName
{
border-color: #A68B2D;
}
</style>