Shades of Brass #A8B238
Tints of Brass #A8B238
RGB
CMYK
RGB Variations
Color information
#A8B238 (or 0xA8B238) is known color: Brass. HEX triplet: A8, B2 and 38. RGB value is (168,178,56). Sum of RGB (Red+Green+Blue) = 168+178+56=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B238 is #574DC7. Grayscale: #A1A1A1. Windows color (decimal): -5721544 or 3715752. OLE color: 3715752.
HSL color Cylindrical-coordinate representation of color #A8B238: hue angle of 64.92º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8B238 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 56 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.30 |
| HSL | 64.92º | 0.52% | 0.46% | - |
| HSV(B) | 64.92º | 0.69% | 0.7% | - |
| XYZ | 32.78 | 40.45 | 9.82 | - |
| YUV | 161.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 56 | 0.06 | 0 | 0.69 | 0.30 | 64.92 | 0.52 | 0.46 |
| Hex | A8 | B2 | 38 | 6 | 0 | 45 | 1E | 41 | 34 | 2E |
| Octal | 250 | 262 | 70 | 6 | 0 | 105 | 36 | 101 | 64 | 56 |
| Binary | 10101000 | 10110010 | 111000 | 110 | 0 | 1000101 | 11110 | 1000001 | 110100 | 101110 |
Color Harmonies of #A8B238
Complementary color
Monochromatic Colors of #A8B238
Black with #A8B238
Text Example
Text Example
White with #A8B238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B238; }
p { color: rgb(168,178,56); }
H1.HeaderClassName
{
color: #A8B238;
}
.AnyTagClassName
{
color: #A8B238;
}
</style>
background-color css
<style>
a { background-color: #A8B238; }
a { background-color: rgb(168,178,56); }
div.DivClassName
{
background-color: #A8B238;
}
.BgClassName
{
background-color: #A8B238;
}
</style>
border-color css
<style>
span { border-color: #A8B238; }
span { border-color: rgb(168,178,56); }
td.TdClassName
{
border-color: #A8B238;
}
.TagClassName
{
border-color: #A8B238;
}
</style>