Shades of Reef Gold #A19633
Tints of Reef Gold #A19633
RGB
CMYK
RGB Variations
Color information
#A19633 (or 0xA19633) is known color: Reef Gold. HEX triplet: A1, 96 and 33. RGB value is (161,150,51). Sum of RGB (Red+Green+Blue) = 161+150+51=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19633 is #5E69CC. Grayscale: #8E8E8E. Windows color (decimal): -6187469 or 3380897. OLE color: 3380897.
HSL color Cylindrical-coordinate representation of color #A19633: hue angle of 54º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A19633 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 51 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.37 |
| HSL | 54º | 0.52% | 0.42% | - |
| HSV(B) | 54º | 0.68% | 0.63% | - |
| XYZ | 26.2 | 29.63 | 7.47 | - |
| YUV | 142 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 51 | 0 | 0.07 | 0.68 | 0.37 | 54 | 0.52 | 0.42 |
| Hex | A1 | 96 | 33 | 0 | 7 | 44 | 25 | 36 | 34 | 2A |
| Octal | 241 | 226 | 63 | 0 | 7 | 104 | 45 | 66 | 64 | 52 |
| Binary | 10100001 | 10010110 | 110011 | 0 | 111 | 1000100 | 100101 | 110110 | 110100 | 101010 |
Color Harmonies of #A19633
Complementary color
Monochromatic Colors of #A19633
Black with #A19633
Text Example
Text Example
White with #A19633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19633; }
p { color: rgb(161,150,51); }
H1.HeaderClassName
{
color: #A19633;
}
.AnyTagClassName
{
color: #A19633;
}
</style>
background-color css
<style>
a { background-color: #A19633; }
a { background-color: rgb(161,150,51); }
div.DivClassName
{
background-color: #A19633;
}
.BgClassName
{
background-color: #A19633;
}
</style>
border-color css
<style>
span { border-color: #A19633; }
span { border-color: rgb(161,150,51); }
td.TdClassName
{
border-color: #A19633;
}
.TagClassName
{
border-color: #A19633;
}
</style>