Shades of Brass #AFAE34
Tints of Brass #AFAE34
RGB
CMYK
RGB Variations
Color information
#AFAE34 (or 0xAFAE34) is known color: Brass. HEX triplet: AF, AE and 34. RGB value is (175,174,52). Sum of RGB (Red+Green+Blue) = 175+174+52=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE34 is #5051CB. Grayscale: #A0A0A0. Windows color (decimal): -5263820 or 3452591. OLE color: 3452591.
HSL color Cylindrical-coordinate representation of color #AFAE34: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFAE34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 52 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.31 |
| HSL | 59.51º | 0.54% | 0.45% | - |
| HSV(B) | 59.51º | 0.7% | 0.69% | - |
| XYZ | 33.44 | 39.63 | 9.14 | - |
| YUV | 160.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 52 | 0 | 0.01 | 0.70 | 0.31 | 59.51 | 0.54 | 0.45 |
| Hex | AF | AE | 34 | 0 | 1 | 46 | 1F | 3C | 36 | 2D |
| Octal | 257 | 256 | 64 | 0 | 1 | 106 | 37 | 74 | 66 | 55 |
| Binary | 10101111 | 10101110 | 110100 | 0 | 1 | 1000110 | 11111 | 111100 | 110110 | 101101 |
Color Harmonies of #AFAE34
Complementary color
Monochromatic Colors of #AFAE34
Black with #AFAE34
Text Example
Text Example
White with #AFAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE34; }
p { color: rgb(175,174,52); }
H1.HeaderClassName
{
color: #AFAE34;
}
.AnyTagClassName
{
color: #AFAE34;
}
</style>
background-color css
<style>
a { background-color: #AFAE34; }
a { background-color: rgb(175,174,52); }
div.DivClassName
{
background-color: #AFAE34;
}
.BgClassName
{
background-color: #AFAE34;
}
</style>
border-color css
<style>
span { border-color: #AFAE34; }
span { border-color: rgb(175,174,52); }
td.TdClassName
{
border-color: #AFAE34;
}
.TagClassName
{
border-color: #AFAE34;
}
</style>