Shades of Reef Gold #A68A3B
Tints of Reef Gold #A68A3B
RGB
CMYK
RGB Variations
Color information
#A68A3B (or 0xA68A3B) is known color: Reef Gold. HEX triplet: A6, 8A and 3B. RGB value is (166,138,59). Sum of RGB (Red+Green+Blue) = 166+138+59=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A3B is #5975C4. Grayscale: #898989. Windows color (decimal): -5862853 or 3902118. OLE color: 3902118.
HSL color Cylindrical-coordinate representation of color #A68A3B: hue angle of 44.3º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A68A3B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 59 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.35 |
| HSL | 44.3º | 0.48% | 0.44% | - |
| HSV(B) | 44.3º | 0.64% | 0.65% | - |
| XYZ | 25.6 | 26.6 | 7.92 | - |
| YUV | 137.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 59 | 0 | 0.17 | 0.64 | 0.35 | 44.3 | 0.48 | 0.44 |
| Hex | A6 | 8A | 3B | 0 | 11 | 40 | 23 | 2C | 30 | 2C |
| Octal | 246 | 212 | 73 | 0 | 21 | 100 | 43 | 54 | 60 | 54 |
| Binary | 10100110 | 10001010 | 111011 | 0 | 10001 | 1000000 | 100011 | 101100 | 110000 | 101100 |
Color Harmonies of #A68A3B
Complementary color
Monochromatic Colors of #A68A3B
Black with #A68A3B
Text Example
Text Example
White with #A68A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A3B; }
p { color: rgb(166,138,59); }
H1.HeaderClassName
{
color: #A68A3B;
}
.AnyTagClassName
{
color: #A68A3B;
}
</style>
background-color css
<style>
a { background-color: #A68A3B; }
a { background-color: rgb(166,138,59); }
div.DivClassName
{
background-color: #A68A3B;
}
.BgClassName
{
background-color: #A68A3B;
}
</style>
border-color css
<style>
span { border-color: #A68A3B; }
span { border-color: rgb(166,138,59); }
td.TdClassName
{
border-color: #A68A3B;
}
.TagClassName
{
border-color: #A68A3B;
}
</style>