Shades of Reef Gold #A28C38
Tints of Reef Gold #A28C38
RGB
CMYK
RGB Variations
Color information
#A28C38 (or 0xA28C38) is known color: Reef Gold. HEX triplet: A2, 8C and 38. RGB value is (162,140,56). Sum of RGB (Red+Green+Blue) = 162+140+56=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C38 is #5D73C7. Grayscale: #898989. Windows color (decimal): -6124488 or 3706018. OLE color: 3706018.
HSL color Cylindrical-coordinate representation of color #A28C38: hue angle of 47.55º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A28C38 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 56 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.36 |
| HSL | 47.55º | 0.49% | 0.43% | - |
| HSV(B) | 47.55º | 0.65% | 0.64% | - |
| XYZ | 24.99 | 26.72 | 7.58 | - |
| YUV | 137 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 56 | 0 | 0.14 | 0.65 | 0.36 | 47.55 | 0.49 | 0.43 |
| Hex | A2 | 8C | 38 | 0 | E | 41 | 24 | 30 | 31 | 2B |
| Octal | 242 | 214 | 70 | 0 | 16 | 101 | 44 | 60 | 61 | 53 |
| Binary | 10100010 | 10001100 | 111000 | 0 | 1110 | 1000001 | 100100 | 110000 | 110001 | 101011 |
Color Harmonies of #A28C38
Complementary color
Monochromatic Colors of #A28C38
Black with #A28C38
Text Example
Text Example
White with #A28C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C38; }
p { color: rgb(162,140,56); }
H1.HeaderClassName
{
color: #A28C38;
}
.AnyTagClassName
{
color: #A28C38;
}
</style>
background-color css
<style>
a { background-color: #A28C38; }
a { background-color: rgb(162,140,56); }
div.DivClassName
{
background-color: #A28C38;
}
.BgClassName
{
background-color: #A28C38;
}
</style>
border-color css
<style>
span { border-color: #A28C38; }
span { border-color: rgb(162,140,56); }
td.TdClassName
{
border-color: #A28C38;
}
.TagClassName
{
border-color: #A28C38;
}
</style>