Shades of Brass #A8A848
Tints of Brass #A8A848
RGB
CMYK
RGB Variations
Color information
#A8A848 (or 0xA8A848) is known color: Brass. HEX triplet: A8, A8 and 48. RGB value is (168,168,72). Sum of RGB (Red+Green+Blue) = 168+168+72=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A848 is #5757B7. Grayscale: #9D9D9D. Windows color (decimal): -5724088 or 4761768. OLE color: 4761768.
HSL color Cylindrical-coordinate representation of color #A8A848: hue angle of 60º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8A848 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 168 | 72 | - |
CMYK | 0 | 0 | 0.57 | 0.34 |
HSL | 60º | 0.4% | 0.47% | - |
HSV(B) | 60º | 0.57% | 0.66% | - |
XYZ | 31.32 | 36.8 | 11.58 | - |
YUV | 157.06 | 80 | 135.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 72 | 0 | 0 | 0.57 | 0.34 | 60 | 0.4 | 0.47 |
Hex | A8 | A8 | 48 | 0 | 0 | 39 | 22 | 3C | 28 | 2F |
Octal | 250 | 250 | 110 | 0 | 0 | 71 | 42 | 74 | 50 | 57 |
Binary | 10101000 | 10101000 | 1001000 | 0 | 0 | 111001 | 100010 | 111100 | 101000 | 101111 |
Color Harmonies of #A8A848
Complementary color
Monochromatic Colors of #A8A848
Black with #A8A848
Text Example
Text Example
White with #A8A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A848; }
p { color: rgb(168,168,72); }
H1.HeaderClassName
{
color: #A8A848;
}
.AnyTagClassName
{
color: #A8A848;
}
</style>
background-color css
<style>
a { background-color: #A8A848; }
a { background-color: rgb(168,168,72); }
div.DivClassName
{
background-color: #A8A848;
}
.BgClassName
{
background-color: #A8A848;
}
</style>
border-color css
<style>
span { border-color: #A8A848; }
span { border-color: rgb(168,168,72); }
td.TdClassName
{
border-color: #A8A848;
}
.TagClassName
{
border-color: #A8A848;
}
</style>