Shades of Reef Gold #A48A3C
Tints of Reef Gold #A48A3C
RGB
CMYK
RGB Variations
Color information
#A48A3C (or 0xA48A3C) is known color: Reef Gold. HEX triplet: A4, 8A and 3C. RGB value is (164,138,60). Sum of RGB (Red+Green+Blue) = 164+138+60=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A3C is #5B75C3. Grayscale: #898989. Windows color (decimal): -5993924 or 3967652. OLE color: 3967652.
HSL color Cylindrical-coordinate representation of color #A48A3C: hue angle of 45º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A48A3C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 60 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.36 |
| HSL | 45º | 0.46% | 0.44% | - |
| HSV(B) | 45º | 0.63% | 0.64% | - |
| XYZ | 25.21 | 26.4 | 8.04 | - |
| YUV | 136.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 60 | 0 | 0.16 | 0.63 | 0.36 | 45 | 0.46 | 0.44 |
| Hex | A4 | 8A | 3C | 0 | 10 | 3F | 24 | 2D | 2E | 2C |
| Octal | 244 | 212 | 74 | 0 | 20 | 77 | 44 | 55 | 56 | 54 |
| Binary | 10100100 | 10001010 | 111100 | 0 | 10000 | 111111 | 100100 | 101101 | 101110 | 101100 |
Color Harmonies of #A48A3C
Complementary color
Monochromatic Colors of #A48A3C
Black with #A48A3C
Text Example
Text Example
White with #A48A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A3C; }
p { color: rgb(164,138,60); }
H1.HeaderClassName
{
color: #A48A3C;
}
.AnyTagClassName
{
color: #A48A3C;
}
</style>
background-color css
<style>
a { background-color: #A48A3C; }
a { background-color: rgb(164,138,60); }
div.DivClassName
{
background-color: #A48A3C;
}
.BgClassName
{
background-color: #A48A3C;
}
</style>
border-color css
<style>
span { border-color: #A48A3C; }
span { border-color: rgb(164,138,60); }
td.TdClassName
{
border-color: #A48A3C;
}
.TagClassName
{
border-color: #A48A3C;
}
</style>