Shades of Reef Gold #A5883B
Tints of Reef Gold #A5883B
RGB
CMYK
RGB Variations
Color information
#A5883B (or 0xA5883B) is known color: Reef Gold. HEX triplet: A5, 88 and 3B. RGB value is (165,136,59). Sum of RGB (Red+Green+Blue) = 165+136+59=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5883B is #5A77C4. Grayscale: #888888. Windows color (decimal): -5928901 or 3901605. OLE color: 3901605.
HSL color Cylindrical-coordinate representation of color #A5883B: hue angle of 43.58º degrees, saturation: 0.47, 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 #A5883B is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 136 | 59 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.35 |
| HSL | 43.58º | 0.47% | 0.44% | - |
| HSV(B) | 43.58º | 0.64% | 0.65% | - |
| XYZ | 25.11 | 25.92 | 7.82 | - |
| YUV | 135.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 59 | 0 | 0.18 | 0.64 | 0.35 | 43.58 | 0.47 | 0.44 |
| Hex | A5 | 88 | 3B | 0 | 12 | 40 | 23 | 2C | 2F | 2C |
| Octal | 245 | 210 | 73 | 0 | 22 | 100 | 43 | 54 | 57 | 54 |
| Binary | 10100101 | 10001000 | 111011 | 0 | 10010 | 1000000 | 100011 | 101100 | 101111 | 101100 |
Color Harmonies of #A5883B
Complementary color
Monochromatic Colors of #A5883B
Black with #A5883B
Text Example
Text Example
White with #A5883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5883B; }
p { color: rgb(165,136,59); }
H1.HeaderClassName
{
color: #A5883B;
}
.AnyTagClassName
{
color: #A5883B;
}
</style>
background-color css
<style>
a { background-color: #A5883B; }
a { background-color: rgb(165,136,59); }
div.DivClassName
{
background-color: #A5883B;
}
.BgClassName
{
background-color: #A5883B;
}
</style>
border-color css
<style>
span { border-color: #A5883B; }
span { border-color: rgb(165,136,59); }
td.TdClassName
{
border-color: #A5883B;
}
.TagClassName
{
border-color: #A5883B;
}
</style>