Shades of Reef Gold #A3902B
Tints of Reef Gold #A3902B
RGB
CMYK
RGB Variations
Color information
#A3902B (or 0xA3902B) is known color: Reef Gold. HEX triplet: A3, 90 and 2B. RGB value is (163,144,43). Sum of RGB (Red+Green+Blue) = 163+144+43=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3902B is #5C6FD4. Grayscale: #8A8A8A. Windows color (decimal): -6057941 or 2855075. OLE color: 2855075.
HSL color Cylindrical-coordinate representation of color #A3902B: hue angle of 50.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3902B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 43 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.36 |
| HSL | 50.5º | 0.58% | 0.4% | - |
| HSV(B) | 50.5º | 0.74% | 0.64% | - |
| XYZ | 25.51 | 27.91 | 6.33 | - |
| YUV | 138.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 43 | 0 | 0.12 | 0.74 | 0.36 | 50.5 | 0.58 | 0.4 |
| Hex | A3 | 90 | 2B | 0 | C | 4A | 24 | 32 | 3A | 28 |
| Octal | 243 | 220 | 53 | 0 | 14 | 112 | 44 | 62 | 72 | 50 |
| Binary | 10100011 | 10010000 | 101011 | 0 | 1100 | 1001010 | 100100 | 110010 | 111010 | 101000 |
Color Harmonies of #A3902B
Complementary color
Monochromatic Colors of #A3902B
Black with #A3902B
Text Example
Text Example
White with #A3902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3902B; }
p { color: rgb(163,144,43); }
H1.HeaderClassName
{
color: #A3902B;
}
.AnyTagClassName
{
color: #A3902B;
}
</style>
background-color css
<style>
a { background-color: #A3902B; }
a { background-color: rgb(163,144,43); }
div.DivClassName
{
background-color: #A3902B;
}
.BgClassName
{
background-color: #A3902B;
}
</style>
border-color css
<style>
span { border-color: #A3902B; }
span { border-color: rgb(163,144,43); }
td.TdClassName
{
border-color: #A3902B;
}
.TagClassName
{
border-color: #A3902B;
}
</style>