Shades of Brass #AFAB4D
Tints of Brass #AFAB4D
RGB
CMYK
RGB Variations
Color information
#AFAB4D (or 0xAFAB4D) is known color: Brass. HEX triplet: AF, AB and 4D. RGB value is (175,171,77). Sum of RGB (Red+Green+Blue) = 175+171+77=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB4D is #5054B2. Grayscale: #A1A1A1. Windows color (decimal): -5264563 or 5090223. OLE color: 5090223.
HSL color Cylindrical-coordinate representation of color #AFAB4D: hue angle of 57.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFAB4D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 77 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.31 |
| HSL | 57.55º | 0.39% | 0.49% | - |
| HSV(B) | 57.55º | 0.56% | 0.69% | - |
| XYZ | 33.58 | 38.78 | 12.74 | - |
| YUV | 161.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 77 | 0 | 0.02 | 0.56 | 0.31 | 57.55 | 0.39 | 0.49 |
| Hex | AF | AB | 4D | 0 | 2 | 38 | 1F | 3A | 27 | 31 |
| Octal | 257 | 253 | 115 | 0 | 2 | 70 | 37 | 72 | 47 | 61 |
| Binary | 10101111 | 10101011 | 1001101 | 0 | 10 | 111000 | 11111 | 111010 | 100111 | 110001 |
Color Harmonies of #AFAB4D
Complementary color
Monochromatic Colors of #AFAB4D
Black with #AFAB4D
Text Example
Text Example
White with #AFAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB4D; }
p { color: rgb(175,171,77); }
H1.HeaderClassName
{
color: #AFAB4D;
}
.AnyTagClassName
{
color: #AFAB4D;
}
</style>
background-color css
<style>
a { background-color: #AFAB4D; }
a { background-color: rgb(175,171,77); }
div.DivClassName
{
background-color: #AFAB4D;
}
.BgClassName
{
background-color: #AFAB4D;
}
</style>
border-color css
<style>
span { border-color: #AFAB4D; }
span { border-color: rgb(175,171,77); }
td.TdClassName
{
border-color: #AFAB4D;
}
.TagClassName
{
border-color: #AFAB4D;
}
</style>