Shades of Reef Gold #A5943B
Tints of Reef Gold #A5943B
RGB
CMYK
RGB Variations
Color information
#A5943B (or 0xA5943B) is known color: Reef Gold. HEX triplet: A5, 94 and 3B. RGB value is (165,148,59). Sum of RGB (Red+Green+Blue) = 165+148+59=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5943B is #5A6BC4. Grayscale: #8F8F8F. Windows color (decimal): -5925829 or 3904677. OLE color: 3904677.
HSL color Cylindrical-coordinate representation of color #A5943B: hue angle of 50.38º 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 #A5943B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 59 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.35 |
| HSL | 50.38º | 0.47% | 0.44% | - |
| HSV(B) | 50.38º | 0.64% | 0.65% | - |
| XYZ | 26.9 | 29.49 | 8.41 | - |
| YUV | 142.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 59 | 0 | 0.10 | 0.64 | 0.35 | 50.38 | 0.47 | 0.44 |
| Hex | A5 | 94 | 3B | 0 | A | 40 | 23 | 32 | 2F | 2C |
| Octal | 245 | 224 | 73 | 0 | 12 | 100 | 43 | 62 | 57 | 54 |
| Binary | 10100101 | 10010100 | 111011 | 0 | 1010 | 1000000 | 100011 | 110010 | 101111 | 101100 |
Color Harmonies of #A5943B
Complementary color
Monochromatic Colors of #A5943B
Black with #A5943B
Text Example
Text Example
White with #A5943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5943B; }
p { color: rgb(165,148,59); }
H1.HeaderClassName
{
color: #A5943B;
}
.AnyTagClassName
{
color: #A5943B;
}
</style>
background-color css
<style>
a { background-color: #A5943B; }
a { background-color: rgb(165,148,59); }
div.DivClassName
{
background-color: #A5943B;
}
.BgClassName
{
background-color: #A5943B;
}
</style>
border-color css
<style>
span { border-color: #A5943B; }
span { border-color: rgb(165,148,59); }
td.TdClassName
{
border-color: #A5943B;
}
.TagClassName
{
border-color: #A5943B;
}
</style>