Shades of Brass #A8AF33
Tints of Brass #A8AF33
RGB
CMYK
RGB Variations
Color information
#A8AF33 (or 0xA8AF33) is known color: Brass. HEX triplet: A8, AF and 33. RGB value is (168,175,51). Sum of RGB (Red+Green+Blue) = 168+175+51=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF33 is #5750CC. Grayscale: #9F9F9F. Windows color (decimal): -5722317 or 3387304. OLE color: 3387304.
HSL color Cylindrical-coordinate representation of color #A8AF33: hue angle of 63.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8AF33 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 51 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.31 |
| HSL | 63.39º | 0.55% | 0.44% | - |
| HSV(B) | 63.39º | 0.71% | 0.69% | - |
| XYZ | 32.08 | 39.22 | 9.01 | - |
| YUV | 158.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 51 | 0.04 | 0 | 0.71 | 0.31 | 63.39 | 0.55 | 0.44 |
| Hex | A8 | AF | 33 | 4 | 0 | 47 | 1F | 3F | 37 | 2C |
| Octal | 250 | 257 | 63 | 4 | 0 | 107 | 37 | 77 | 67 | 54 |
| Binary | 10101000 | 10101111 | 110011 | 100 | 0 | 1000111 | 11111 | 111111 | 110111 | 101100 |
Color Harmonies of #A8AF33
Complementary color
Monochromatic Colors of #A8AF33
Black with #A8AF33
Text Example
Text Example
White with #A8AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF33; }
p { color: rgb(168,175,51); }
H1.HeaderClassName
{
color: #A8AF33;
}
.AnyTagClassName
{
color: #A8AF33;
}
</style>
background-color css
<style>
a { background-color: #A8AF33; }
a { background-color: rgb(168,175,51); }
div.DivClassName
{
background-color: #A8AF33;
}
.BgClassName
{
background-color: #A8AF33;
}
</style>
border-color css
<style>
span { border-color: #A8AF33; }
span { border-color: rgb(168,175,51); }
td.TdClassName
{
border-color: #A8AF33;
}
.TagClassName
{
border-color: #A8AF33;
}
</style>