Shades of Reef Gold #A28533
Tints of Reef Gold #A28533
RGB
CMYK
RGB Variations
Color information
#A28533 (or 0xA28533) is known color: Reef Gold. HEX triplet: A2, 85 and 33. RGB value is (162,133,51). Sum of RGB (Red+Green+Blue) = 162+133+51=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28533 is #5D7ACC. Grayscale: #848484. Windows color (decimal): -6126285 or 3376546. OLE color: 3376546.
HSL color Cylindrical-coordinate representation of color #A28533: hue angle of 44.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A28533 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 51 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.36 |
| HSL | 44.32º | 0.52% | 0.42% | - |
| HSV(B) | 44.32º | 0.69% | 0.64% | - |
| XYZ | 23.89 | 24.7 | 6.64 | - |
| YUV | 132.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 51 | 0 | 0.18 | 0.69 | 0.36 | 44.32 | 0.52 | 0.42 |
| Hex | A2 | 85 | 33 | 0 | 12 | 45 | 24 | 2C | 34 | 2A |
| Octal | 242 | 205 | 63 | 0 | 22 | 105 | 44 | 54 | 64 | 52 |
| Binary | 10100010 | 10000101 | 110011 | 0 | 10010 | 1000101 | 100100 | 101100 | 110100 | 101010 |
Color Harmonies of #A28533
Complementary color
Monochromatic Colors of #A28533
Black with #A28533
Text Example
Text Example
White with #A28533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28533; }
p { color: rgb(162,133,51); }
H1.HeaderClassName
{
color: #A28533;
}
.AnyTagClassName
{
color: #A28533;
}
</style>
background-color css
<style>
a { background-color: #A28533; }
a { background-color: rgb(162,133,51); }
div.DivClassName
{
background-color: #A28533;
}
.BgClassName
{
background-color: #A28533;
}
</style>
border-color css
<style>
span { border-color: #A28533; }
span { border-color: rgb(162,133,51); }
td.TdClassName
{
border-color: #A28533;
}
.TagClassName
{
border-color: #A28533;
}
</style>