Shades of Reef Gold #A28A36
Tints of Reef Gold #A28A36
RGB
CMYK
RGB Variations
Color information
#A28A36 (or 0xA28A36) is known color: Reef Gold. HEX triplet: A2, 8A and 36. RGB value is (162,138,54). Sum of RGB (Red+Green+Blue) = 162+138+54=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A36 is #5D75C9. Grayscale: #878787. Windows color (decimal): -6125002 or 3574434. OLE color: 3574434.
HSL color Cylindrical-coordinate representation of color #A28A36: hue angle of 46.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A28A36 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 54 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.36 |
| HSL | 46.67º | 0.5% | 0.42% | - |
| HSV(B) | 46.67º | 0.67% | 0.64% | - |
| XYZ | 24.65 | 26.12 | 7.23 | - |
| YUV | 135.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 54 | 0 | 0.15 | 0.67 | 0.36 | 46.67 | 0.5 | 0.42 |
| Hex | A2 | 8A | 36 | 0 | F | 43 | 24 | 2F | 32 | 2A |
| Octal | 242 | 212 | 66 | 0 | 17 | 103 | 44 | 57 | 62 | 52 |
| Binary | 10100010 | 10001010 | 110110 | 0 | 1111 | 1000011 | 100100 | 101111 | 110010 | 101010 |
Color Harmonies of #A28A36
Complementary color
Monochromatic Colors of #A28A36
Black with #A28A36
Text Example
Text Example
White with #A28A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A36; }
p { color: rgb(162,138,54); }
H1.HeaderClassName
{
color: #A28A36;
}
.AnyTagClassName
{
color: #A28A36;
}
</style>
background-color css
<style>
a { background-color: #A28A36; }
a { background-color: rgb(162,138,54); }
div.DivClassName
{
background-color: #A28A36;
}
.BgClassName
{
background-color: #A28A36;
}
</style>
border-color css
<style>
span { border-color: #A28A36; }
span { border-color: rgb(162,138,54); }
td.TdClassName
{
border-color: #A28A36;
}
.TagClassName
{
border-color: #A28A36;
}
</style>