Shades of Brass #A8B13A
Tints of Brass #A8B13A
RGB
CMYK
RGB Variations
Color information
#A8B13A (or 0xA8B13A) is known color: Brass. HEX triplet: A8, B1 and 3A. RGB value is (168,177,58). Sum of RGB (Red+Green+Blue) = 168+177+58=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B13A is #574EC5. Grayscale: #A1A1A1. Windows color (decimal): -5721798 or 3846568. OLE color: 3846568.
HSL color Cylindrical-coordinate representation of color #A8B13A: hue angle of 64.54º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8B13A is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 58 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.31 |
| HSL | 64.54º | 0.51% | 0.46% | - |
| HSV(B) | 64.54º | 0.67% | 0.69% | - |
| XYZ | 32.63 | 40.07 | 10.02 | - |
| YUV | 160.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 58 | 0.05 | 0 | 0.67 | 0.31 | 64.54 | 0.51 | 0.46 |
| Hex | A8 | B1 | 3A | 5 | 0 | 43 | 1F | 41 | 33 | 2E |
| Octal | 250 | 261 | 72 | 5 | 0 | 103 | 37 | 101 | 63 | 56 |
| Binary | 10101000 | 10110001 | 111010 | 101 | 0 | 1000011 | 11111 | 1000001 | 110011 | 101110 |
Color Harmonies of #A8B13A
Complementary color
Monochromatic Colors of #A8B13A
Black with #A8B13A
Text Example
Text Example
White with #A8B13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B13A; }
p { color: rgb(168,177,58); }
H1.HeaderClassName
{
color: #A8B13A;
}
.AnyTagClassName
{
color: #A8B13A;
}
</style>
background-color css
<style>
a { background-color: #A8B13A; }
a { background-color: rgb(168,177,58); }
div.DivClassName
{
background-color: #A8B13A;
}
.BgClassName
{
background-color: #A8B13A;
}
</style>
border-color css
<style>
span { border-color: #A8B13A; }
span { border-color: rgb(168,177,58); }
td.TdClassName
{
border-color: #A8B13A;
}
.TagClassName
{
border-color: #A8B13A;
}
</style>