Shades of Brass #AFAE33
Tints of Brass #AFAE33
RGB
CMYK
RGB Variations
Color information
#AFAE33 (or 0xAFAE33) is known color: Brass. HEX triplet: AF, AE and 33. RGB value is (175,174,51). Sum of RGB (Red+Green+Blue) = 175+174+51=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE33 is #5051CC. Grayscale: #A0A0A0. Windows color (decimal): -5263821 or 3387055. OLE color: 3387055.
HSL color Cylindrical-coordinate representation of color #AFAE33: hue angle of 59.52º 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 #AFAE33 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 51 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.31 |
| HSL | 59.52º | 0.55% | 0.44% | - |
| HSV(B) | 59.52º | 0.71% | 0.69% | - |
| XYZ | 33.41 | 39.63 | 9.02 | - |
| YUV | 160.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 51 | 0 | 0.01 | 0.71 | 0.31 | 59.52 | 0.55 | 0.44 |
| Hex | AF | AE | 33 | 0 | 1 | 47 | 1F | 3C | 37 | 2C |
| Octal | 257 | 256 | 63 | 0 | 1 | 107 | 37 | 74 | 67 | 54 |
| Binary | 10101111 | 10101110 | 110011 | 0 | 1 | 1000111 | 11111 | 111100 | 110111 | 101100 |
Color Harmonies of #AFAE33
Complementary color
Monochromatic Colors of #AFAE33
Black with #AFAE33
Text Example
Text Example
White with #AFAE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE33; }
p { color: rgb(175,174,51); }
H1.HeaderClassName
{
color: #AFAE33;
}
.AnyTagClassName
{
color: #AFAE33;
}
</style>
background-color css
<style>
a { background-color: #AFAE33; }
a { background-color: rgb(175,174,51); }
div.DivClassName
{
background-color: #AFAE33;
}
.BgClassName
{
background-color: #AFAE33;
}
</style>
border-color css
<style>
span { border-color: #AFAE33; }
span { border-color: rgb(175,174,51); }
td.TdClassName
{
border-color: #AFAE33;
}
.TagClassName
{
border-color: #AFAE33;
}
</style>