Shades of Brass #A8AB4B
Tints of Brass #A8AB4B
RGB
CMYK
RGB Variations
Color information
#A8AB4B (or 0xA8AB4B) is known color: Brass. HEX triplet: A8, AB and 4B. RGB value is (168,171,75). Sum of RGB (Red+Green+Blue) = 168+171+75=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB4B is #5754B4. Grayscale: #9F9F9F. Windows color (decimal): -5723317 or 4959144. OLE color: 4959144.
HSL color Cylindrical-coordinate representation of color #A8AB4B: hue angle of 61.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8AB4B is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 75 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.33 |
| HSL | 61.88º | 0.39% | 0.48% | - |
| HSV(B) | 61.88º | 0.56% | 0.67% | - |
| XYZ | 31.98 | 37.96 | 12.3 | - |
| YUV | 159.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 75 | 0.02 | 0 | 0.56 | 0.33 | 61.88 | 0.39 | 0.48 |
| Hex | A8 | AB | 4B | 2 | 0 | 38 | 21 | 3E | 27 | 30 |
| Octal | 250 | 253 | 113 | 2 | 0 | 70 | 41 | 76 | 47 | 60 |
| Binary | 10101000 | 10101011 | 1001011 | 10 | 0 | 111000 | 100001 | 111110 | 100111 | 110000 |
Color Harmonies of #A8AB4B
Complementary color
Monochromatic Colors of #A8AB4B
Black with #A8AB4B
Text Example
Text Example
White with #A8AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB4B; }
p { color: rgb(168,171,75); }
H1.HeaderClassName
{
color: #A8AB4B;
}
.AnyTagClassName
{
color: #A8AB4B;
}
</style>
background-color css
<style>
a { background-color: #A8AB4B; }
a { background-color: rgb(168,171,75); }
div.DivClassName
{
background-color: #A8AB4B;
}
.BgClassName
{
background-color: #A8AB4B;
}
</style>
border-color css
<style>
span { border-color: #A8AB4B; }
span { border-color: rgb(168,171,75); }
td.TdClassName
{
border-color: #A8AB4B;
}
.TagClassName
{
border-color: #A8AB4B;
}
</style>