Shades of Reef Gold #A28A32
Tints of Reef Gold #A28A32
RGB
CMYK
RGB Variations
Color information
#A28A32 (or 0xA28A32) is known color: Reef Gold. HEX triplet: A2, 8A and 32. RGB value is (162,138,50). Sum of RGB (Red+Green+Blue) = 162+138+50=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A32 is #5D75CD. Grayscale: #878787. Windows color (decimal): -6125006 or 3312290. OLE color: 3312290.
HSL color Cylindrical-coordinate representation of color #A28A32: hue angle of 47.14º 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 #A28A32 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 50 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.36 |
| HSL | 47.14º | 0.53% | 0.42% | - |
| HSV(B) | 47.14º | 0.69% | 0.64% | - |
| XYZ | 24.56 | 26.09 | 6.76 | - |
| YUV | 135.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 50 | 0 | 0.15 | 0.69 | 0.36 | 47.14 | 0.53 | 0.42 |
| Hex | A2 | 8A | 32 | 0 | F | 45 | 24 | 2F | 35 | 2A |
| Octal | 242 | 212 | 62 | 0 | 17 | 105 | 44 | 57 | 65 | 52 |
| Binary | 10100010 | 10001010 | 110010 | 0 | 1111 | 1000101 | 100100 | 101111 | 110101 | 101010 |
Color Harmonies of #A28A32
Complementary color
Monochromatic Colors of #A28A32
Black with #A28A32
Text Example
Text Example
White with #A28A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A32; }
p { color: rgb(162,138,50); }
H1.HeaderClassName
{
color: #A28A32;
}
.AnyTagClassName
{
color: #A28A32;
}
</style>
background-color css
<style>
a { background-color: #A28A32; }
a { background-color: rgb(162,138,50); }
div.DivClassName
{
background-color: #A28A32;
}
.BgClassName
{
background-color: #A28A32;
}
</style>
border-color css
<style>
span { border-color: #A28A32; }
span { border-color: rgb(162,138,50); }
td.TdClassName
{
border-color: #A28A32;
}
.TagClassName
{
border-color: #A28A32;
}
</style>