Shades of Brass #A8A33C
Tints of Brass #A8A33C
RGB
CMYK
RGB Variations
Color information
#A8A33C (or 0xA8A33C) is known color: Brass. HEX triplet: A8, A3 and 3C. RGB value is (168,163,60). Sum of RGB (Red+Green+Blue) = 168+163+60=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A33C is #575CC3. Grayscale: #999999. Windows color (decimal): -5725380 or 3974056. OLE color: 3974056.
HSL color Cylindrical-coordinate representation of color #A8A33C: hue angle of 57.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8A33C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 60 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.34 |
| HSL | 57.22º | 0.47% | 0.45% | - |
| HSV(B) | 57.22º | 0.64% | 0.66% | - |
| XYZ | 30.06 | 34.85 | 9.42 | - |
| YUV | 152.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 60 | 0 | 0.03 | 0.64 | 0.34 | 57.22 | 0.47 | 0.45 |
| Hex | A8 | A3 | 3C | 0 | 3 | 40 | 22 | 39 | 2F | 2D |
| Octal | 250 | 243 | 74 | 0 | 3 | 100 | 42 | 71 | 57 | 55 |
| Binary | 10101000 | 10100011 | 111100 | 0 | 11 | 1000000 | 100010 | 111001 | 101111 | 101101 |
Color Harmonies of #A8A33C
Complementary color
Monochromatic Colors of #A8A33C
Black with #A8A33C
Text Example
Text Example
White with #A8A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A33C; }
p { color: rgb(168,163,60); }
H1.HeaderClassName
{
color: #A8A33C;
}
.AnyTagClassName
{
color: #A8A33C;
}
</style>
background-color css
<style>
a { background-color: #A8A33C; }
a { background-color: rgb(168,163,60); }
div.DivClassName
{
background-color: #A8A33C;
}
.BgClassName
{
background-color: #A8A33C;
}
</style>
border-color css
<style>
span { border-color: #A8A33C; }
span { border-color: rgb(168,163,60); }
td.TdClassName
{
border-color: #A8A33C;
}
.TagClassName
{
border-color: #A8A33C;
}
</style>