Shades of Brass #AFAB34
Tints of Brass #AFAB34
RGB
CMYK
RGB Variations
Color information
#AFAB34 (or 0xAFAB34) is known color: Brass. HEX triplet: AF, AB and 34. RGB value is (175,171,52). Sum of RGB (Red+Green+Blue) = 175+171+52=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB34 is #5054CB. Grayscale: #9F9F9F. Windows color (decimal): -5264588 or 3451823. OLE color: 3451823.
HSL color Cylindrical-coordinate representation of color #AFAB34: hue angle of 58.05º 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 #AFAB34 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 52 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.31 |
| HSL | 58.05º | 0.54% | 0.45% | - |
| HSV(B) | 58.05º | 0.7% | 0.69% | - |
| XYZ | 32.86 | 38.49 | 8.95 | - |
| YUV | 158.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 52 | 0 | 0.02 | 0.70 | 0.31 | 58.05 | 0.54 | 0.45 |
| Hex | AF | AB | 34 | 0 | 2 | 46 | 1F | 3A | 36 | 2D |
| Octal | 257 | 253 | 64 | 0 | 2 | 106 | 37 | 72 | 66 | 55 |
| Binary | 10101111 | 10101011 | 110100 | 0 | 10 | 1000110 | 11111 | 111010 | 110110 | 101101 |
Color Harmonies of #AFAB34
Complementary color
Monochromatic Colors of #AFAB34
Black with #AFAB34
Text Example
Text Example
White with #AFAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB34; }
p { color: rgb(175,171,52); }
H1.HeaderClassName
{
color: #AFAB34;
}
.AnyTagClassName
{
color: #AFAB34;
}
</style>
background-color css
<style>
a { background-color: #AFAB34; }
a { background-color: rgb(175,171,52); }
div.DivClassName
{
background-color: #AFAB34;
}
.BgClassName
{
background-color: #AFAB34;
}
</style>
border-color css
<style>
span { border-color: #AFAB34; }
span { border-color: rgb(175,171,52); }
td.TdClassName
{
border-color: #AFAB34;
}
.TagClassName
{
border-color: #AFAB34;
}
</style>