Shades of Brass #AAAB4B
Tints of Brass #AAAB4B
RGB
CMYK
RGB Variations
Color information
#AAAB4B (or 0xAAAB4B) is known color: Brass. HEX triplet: AA, AB and 4B. RGB value is (170,171,75). Sum of RGB (Red+Green+Blue) = 170+171+75=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB4B is #5554B4. Grayscale: #A0A0A0. Windows color (decimal): -5592245 or 4959146. OLE color: 4959146.
HSL color Cylindrical-coordinate representation of color #AAAB4B: hue angle of 60.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAAB4B is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 75 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.33 |
| HSL | 60.63º | 0.39% | 0.48% | - |
| HSV(B) | 60.63º | 0.56% | 0.67% | - |
| XYZ | 32.41 | 38.18 | 12.32 | - |
| YUV | 159.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 75 | 0.01 | 0 | 0.56 | 0.33 | 60.63 | 0.39 | 0.48 |
| Hex | AA | AB | 4B | 1 | 0 | 38 | 21 | 3D | 27 | 30 |
| Octal | 252 | 253 | 113 | 1 | 0 | 70 | 41 | 75 | 47 | 60 |
| Binary | 10101010 | 10101011 | 1001011 | 1 | 0 | 111000 | 100001 | 111101 | 100111 | 110000 |
Color Harmonies of #AAAB4B
Complementary color
Monochromatic Colors of #AAAB4B
Black with #AAAB4B
Text Example
Text Example
White with #AAAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB4B; }
p { color: rgb(170,171,75); }
H1.HeaderClassName
{
color: #AAAB4B;
}
.AnyTagClassName
{
color: #AAAB4B;
}
</style>
background-color css
<style>
a { background-color: #AAAB4B; }
a { background-color: rgb(170,171,75); }
div.DivClassName
{
background-color: #AAAB4B;
}
.BgClassName
{
background-color: #AAAB4B;
}
</style>
border-color css
<style>
span { border-color: #AAAB4B; }
span { border-color: rgb(170,171,75); }
td.TdClassName
{
border-color: #AAAB4B;
}
.TagClassName
{
border-color: #AAAB4B;
}
</style>