Shades of Brass #AFAD32
Tints of Brass #AFAD32
RGB
CMYK
RGB Variations
Color information
#AFAD32 (or 0xAFAD32) is known color: Brass. HEX triplet: AF, AD and 32. RGB value is (175,173,50). Sum of RGB (Red+Green+Blue) = 175+173+50=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD32 is #5052CD. Grayscale: #A0A0A0. Windows color (decimal): -5264078 or 3321263. OLE color: 3321263.
HSL color Cylindrical-coordinate representation of color #AFAD32: hue angle of 59.04º 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 #AFAD32 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 173 | 50 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.31 |
| HSL | 59.04º | 0.56% | 0.44% | - |
| HSV(B) | 59.04º | 0.71% | 0.69% | - |
| XYZ | 33.2 | 39.23 | 8.84 | - |
| YUV | 159.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 50 | 0 | 0.01 | 0.71 | 0.31 | 59.04 | 0.56 | 0.44 |
| Hex | AF | AD | 32 | 0 | 1 | 47 | 1F | 3B | 38 | 2C |
| Octal | 257 | 255 | 62 | 0 | 1 | 107 | 37 | 73 | 70 | 54 |
| Binary | 10101111 | 10101101 | 110010 | 0 | 1 | 1000111 | 11111 | 111011 | 111000 | 101100 |
Color Harmonies of #AFAD32
Complementary color
Monochromatic Colors of #AFAD32
Black with #AFAD32
Text Example
Text Example
White with #AFAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAD32; }
p { color: rgb(175,173,50); }
H1.HeaderClassName
{
color: #AFAD32;
}
.AnyTagClassName
{
color: #AFAD32;
}
</style>
background-color css
<style>
a { background-color: #AFAD32; }
a { background-color: rgb(175,173,50); }
div.DivClassName
{
background-color: #AFAD32;
}
.BgClassName
{
background-color: #AFAD32;
}
</style>
border-color css
<style>
span { border-color: #AFAD32; }
span { border-color: rgb(175,173,50); }
td.TdClassName
{
border-color: #AFAD32;
}
.TagClassName
{
border-color: #AFAD32;
}
</style>