Shades of Reef Gold #A28432
Tints of Reef Gold #A28432
RGB
CMYK
RGB Variations
Color information
#A28432 (or 0xA28432) is known color: Reef Gold. HEX triplet: A2, 84 and 32. RGB value is (162,132,50). Sum of RGB (Red+Green+Blue) = 162+132+50=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28432 is #5D7BCD. Grayscale: #838383. Windows color (decimal): -6126542 or 3310754. OLE color: 3310754.
HSL color Cylindrical-coordinate representation of color #A28432: hue angle of 43.93º degrees, saturation: 0.53, 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 #A28432 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 50 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.36 |
| HSL | 43.93º | 0.53% | 0.42% | - |
| HSV(B) | 43.93º | 0.69% | 0.64% | - |
| XYZ | 23.73 | 24.41 | 6.48 | - |
| YUV | 131.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 50 | 0 | 0.19 | 0.69 | 0.36 | 43.93 | 0.53 | 0.42 |
| Hex | A2 | 84 | 32 | 0 | 13 | 45 | 24 | 2C | 35 | 2A |
| Octal | 242 | 204 | 62 | 0 | 23 | 105 | 44 | 54 | 65 | 52 |
| Binary | 10100010 | 10000100 | 110010 | 0 | 10011 | 1000101 | 100100 | 101100 | 110101 | 101010 |
Color Harmonies of #A28432
Complementary color
Monochromatic Colors of #A28432
Black with #A28432
Text Example
Text Example
White with #A28432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28432; }
p { color: rgb(162,132,50); }
H1.HeaderClassName
{
color: #A28432;
}
.AnyTagClassName
{
color: #A28432;
}
</style>
background-color css
<style>
a { background-color: #A28432; }
a { background-color: rgb(162,132,50); }
div.DivClassName
{
background-color: #A28432;
}
.BgClassName
{
background-color: #A28432;
}
</style>
border-color css
<style>
span { border-color: #A28432; }
span { border-color: rgb(162,132,50); }
td.TdClassName
{
border-color: #A28432;
}
.TagClassName
{
border-color: #A28432;
}
</style>