Shades of Brass #ACAF32
Tints of Brass #ACAF32
RGB
CMYK
RGB Variations
Color information
#ACAF32 (or 0xACAF32) is known color: Brass. HEX triplet: AC, AF and 32. RGB value is (172,175,50). Sum of RGB (Red+Green+Blue) = 172+175+50=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF32 is #5350CD. Grayscale: #A0A0A0. Windows color (decimal): -5460174 or 3321772. OLE color: 3321772.
HSL color Cylindrical-coordinate representation of color #ACAF32: hue angle of 61.44º 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 #ACAF32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 175 | 50 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.31 |
| HSL | 61.44º | 0.56% | 0.44% | - |
| HSV(B) | 61.44º | 0.71% | 0.69% | - |
| XYZ | 32.92 | 39.66 | 8.94 | - |
| YUV | 159.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 175 | 50 | 0.02 | 0 | 0.71 | 0.31 | 61.44 | 0.56 | 0.44 |
| Hex | AC | AF | 32 | 2 | 0 | 47 | 1F | 3D | 38 | 2C |
| Octal | 254 | 257 | 62 | 2 | 0 | 107 | 37 | 75 | 70 | 54 |
| Binary | 10101100 | 10101111 | 110010 | 10 | 0 | 1000111 | 11111 | 111101 | 111000 | 101100 |
Color Harmonies of #ACAF32
Complementary color
Monochromatic Colors of #ACAF32
Black with #ACAF32
Text Example
Text Example
White with #ACAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAF32; }
p { color: rgb(172,175,50); }
H1.HeaderClassName
{
color: #ACAF32;
}
.AnyTagClassName
{
color: #ACAF32;
}
</style>
background-color css
<style>
a { background-color: #ACAF32; }
a { background-color: rgb(172,175,50); }
div.DivClassName
{
background-color: #ACAF32;
}
.BgClassName
{
background-color: #ACAF32;
}
</style>
border-color css
<style>
span { border-color: #ACAF32; }
span { border-color: rgb(172,175,50); }
td.TdClassName
{
border-color: #ACAF32;
}
.TagClassName
{
border-color: #ACAF32;
}
</style>