Shades of Reef Gold #A58A2D
Tints of Reef Gold #A58A2D
RGB
CMYK
RGB Variations
Color information
#A58A2D (or 0xA58A2D) is known color: Reef Gold. HEX triplet: A5, 8A and 2D. RGB value is (165,138,45). Sum of RGB (Red+Green+Blue) = 165+138+45=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A2D is #5A75D2. Grayscale: #878787. Windows color (decimal): -5928403 or 2984613. OLE color: 2984613.
HSL color Cylindrical-coordinate representation of color #A58A2D: hue angle of 46.5º 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 #A58A2D is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 138 | 45 | - |
CMYK | 0 | 0.16 | 0.73 | 0.35 |
HSL | 46.5º | 0.57% | 0.41% | - |
HSV(B) | 46.5º | 0.73% | 0.65% | - |
XYZ | 25.08 | 26.37 | 6.25 | - |
YUV | 135.47 | 76.95 | 149.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 138 | 45 | 0 | 0.16 | 0.73 | 0.35 | 46.5 | 0.57 | 0.41 |
Hex | A5 | 8A | 2D | 0 | 10 | 49 | 23 | 2E | 39 | 29 |
Octal | 245 | 212 | 55 | 0 | 20 | 111 | 43 | 56 | 71 | 51 |
Binary | 10100101 | 10001010 | 101101 | 0 | 10000 | 1001001 | 100011 | 101110 | 111001 | 101001 |
Color Harmonies of #A58A2D
Complementary color
Monochromatic Colors of #A58A2D
Black with #A58A2D
Text Example
Text Example
White with #A58A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A2D; }
p { color: rgb(165,138,45); }
H1.HeaderClassName
{
color: #A58A2D;
}
.AnyTagClassName
{
color: #A58A2D;
}
</style>
background-color css
<style>
a { background-color: #A58A2D; }
a { background-color: rgb(165,138,45); }
div.DivClassName
{
background-color: #A58A2D;
}
.BgClassName
{
background-color: #A58A2D;
}
</style>
border-color css
<style>
span { border-color: #A58A2D; }
span { border-color: rgb(165,138,45); }
td.TdClassName
{
border-color: #A58A2D;
}
.TagClassName
{
border-color: #A58A2D;
}
</style>