Shades of Brass #A8A338
Tints of Brass #A8A338
RGB
CMYK
RGB Variations
Color information
#A8A338 (or 0xA8A338) is known color: Brass. HEX triplet: A8, A3 and 38. RGB value is (168,163,56). Sum of RGB (Red+Green+Blue) = 168+163+56=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A338 is #575CC7. Grayscale: #989898. Windows color (decimal): -5725384 or 3711912. OLE color: 3711912.
HSL color Cylindrical-coordinate representation of color #A8A338: hue angle of 57.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8A338 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 56 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.34 |
| HSL | 57.32º | 0.5% | 0.44% | - |
| HSV(B) | 57.32º | 0.67% | 0.66% | - |
| XYZ | 29.96 | 34.8 | 8.88 | - |
| YUV | 152.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 56 | 0 | 0.03 | 0.67 | 0.34 | 57.32 | 0.5 | 0.44 |
| Hex | A8 | A3 | 38 | 0 | 3 | 43 | 22 | 39 | 32 | 2C |
| Octal | 250 | 243 | 70 | 0 | 3 | 103 | 42 | 71 | 62 | 54 |
| Binary | 10101000 | 10100011 | 111000 | 0 | 11 | 1000011 | 100010 | 111001 | 110010 | 101100 |
Color Harmonies of #A8A338
Complementary color
Monochromatic Colors of #A8A338
Black with #A8A338
Text Example
Text Example
White with #A8A338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A338; }
p { color: rgb(168,163,56); }
H1.HeaderClassName
{
color: #A8A338;
}
.AnyTagClassName
{
color: #A8A338;
}
</style>
background-color css
<style>
a { background-color: #A8A338; }
a { background-color: rgb(168,163,56); }
div.DivClassName
{
background-color: #A8A338;
}
.BgClassName
{
background-color: #A8A338;
}
</style>
border-color css
<style>
span { border-color: #A8A338; }
span { border-color: rgb(168,163,56); }
td.TdClassName
{
border-color: #A8A338;
}
.TagClassName
{
border-color: #A8A338;
}
</style>