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