Shades of Brass #AFAA32
Tints of Brass #AFAA32
RGB
CMYK
RGB Variations
Color information
#AFAA32 (or 0xAFAA32) is known color: Brass. HEX triplet: AF, AA and 32. RGB value is (175,170,50). Sum of RGB (Red+Green+Blue) = 175+170+50=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA32 is #5055CD. Grayscale: #9E9E9E. Windows color (decimal): -5264846 or 3320495. OLE color: 3320495.
HSL color Cylindrical-coordinate representation of color #AFAA32: hue angle of 57.6º degrees, saturation: 0.56, 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 #AFAA32 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 50 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.31 |
| HSL | 57.6º | 0.56% | 0.44% | - |
| HSV(B) | 57.6º | 0.71% | 0.69% | - |
| XYZ | 32.63 | 38.09 | 8.65 | - |
| YUV | 157.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 50 | 0 | 0.03 | 0.71 | 0.31 | 57.6 | 0.56 | 0.44 |
| Hex | AF | AA | 32 | 0 | 3 | 47 | 1F | 3A | 38 | 2C |
| Octal | 257 | 252 | 62 | 0 | 3 | 107 | 37 | 72 | 70 | 54 |
| Binary | 10101111 | 10101010 | 110010 | 0 | 11 | 1000111 | 11111 | 111010 | 111000 | 101100 |
Color Harmonies of #AFAA32
Complementary color
Monochromatic Colors of #AFAA32
Black with #AFAA32
Text Example
Text Example
White with #AFAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA32; }
p { color: rgb(175,170,50); }
H1.HeaderClassName
{
color: #AFAA32;
}
.AnyTagClassName
{
color: #AFAA32;
}
</style>
background-color css
<style>
a { background-color: #AFAA32; }
a { background-color: rgb(175,170,50); }
div.DivClassName
{
background-color: #AFAA32;
}
.BgClassName
{
background-color: #AFAA32;
}
</style>
border-color css
<style>
span { border-color: #AFAA32; }
span { border-color: rgb(175,170,50); }
td.TdClassName
{
border-color: #AFAA32;
}
.TagClassName
{
border-color: #AFAA32;
}
</style>