Shades of Reef Gold #A28A3C
Tints of Reef Gold #A28A3C
RGB
CMYK
RGB Variations
Color information
#A28A3C (or 0xA28A3C) is known color: Reef Gold. HEX triplet: A2, 8A and 3C. RGB value is (162,138,60). Sum of RGB (Red+Green+Blue) = 162+138+60=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A3C is #5D75C3. Grayscale: #888888. Windows color (decimal): -6124996 or 3967650. OLE color: 3967650.
HSL color Cylindrical-coordinate representation of color #A28A3C: hue angle of 45.88º 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 #A28A3C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 60 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.36 |
| HSL | 45.88º | 0.46% | 0.44% | - |
| HSV(B) | 45.88º | 0.63% | 0.64% | - |
| XYZ | 24.8 | 26.18 | 8.02 | - |
| YUV | 136.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 60 | 0 | 0.15 | 0.63 | 0.36 | 45.88 | 0.46 | 0.44 |
| Hex | A2 | 8A | 3C | 0 | F | 3F | 24 | 2E | 2E | 2C |
| Octal | 242 | 212 | 74 | 0 | 17 | 77 | 44 | 56 | 56 | 54 |
| Binary | 10100010 | 10001010 | 111100 | 0 | 1111 | 111111 | 100100 | 101110 | 101110 | 101100 |
Color Harmonies of #A28A3C
Complementary color
Monochromatic Colors of #A28A3C
Black with #A28A3C
Text Example
Text Example
White with #A28A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A3C; }
p { color: rgb(162,138,60); }
H1.HeaderClassName
{
color: #A28A3C;
}
.AnyTagClassName
{
color: #A28A3C;
}
</style>
background-color css
<style>
a { background-color: #A28A3C; }
a { background-color: rgb(162,138,60); }
div.DivClassName
{
background-color: #A28A3C;
}
.BgClassName
{
background-color: #A28A3C;
}
</style>
border-color css
<style>
span { border-color: #A28A3C; }
span { border-color: rgb(162,138,60); }
td.TdClassName
{
border-color: #A28A3C;
}
.TagClassName
{
border-color: #A28A3C;
}
</style>