Shades of Brass #AAA44B
Tints of Brass #AAA44B
RGB
CMYK
RGB Variations
Color information
#AAA44B (or 0xAAA44B) is known color: Brass. HEX triplet: AA, A4 and 4B. RGB value is (170,164,75). Sum of RGB (Red+Green+Blue) = 170+164+75=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA44B is #555BB4. Grayscale: #9C9C9C. Windows color (decimal): -5594037 or 4957354. OLE color: 4957354.
HSL color Cylindrical-coordinate representation of color #AAA44B: hue angle of 56.21º 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 #AAA44B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 75 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.33 |
| HSL | 56.21º | 0.39% | 0.48% | - |
| HSV(B) | 56.21º | 0.56% | 0.67% | - |
| XYZ | 31.12 | 35.6 | 11.89 | - |
| YUV | 155.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 75 | 0 | 0.04 | 0.56 | 0.33 | 56.21 | 0.39 | 0.48 |
| Hex | AA | A4 | 4B | 0 | 4 | 38 | 21 | 38 | 27 | 30 |
| Octal | 252 | 244 | 113 | 0 | 4 | 70 | 41 | 70 | 47 | 60 |
| Binary | 10101010 | 10100100 | 1001011 | 0 | 100 | 111000 | 100001 | 111000 | 100111 | 110000 |
Color Harmonies of #AAA44B
Complementary color
Monochromatic Colors of #AAA44B
Black with #AAA44B
Text Example
Text Example
White with #AAA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA44B; }
p { color: rgb(170,164,75); }
H1.HeaderClassName
{
color: #AAA44B;
}
.AnyTagClassName
{
color: #AAA44B;
}
</style>
background-color css
<style>
a { background-color: #AAA44B; }
a { background-color: rgb(170,164,75); }
div.DivClassName
{
background-color: #AAA44B;
}
.BgClassName
{
background-color: #AAA44B;
}
</style>
border-color css
<style>
span { border-color: #AAA44B; }
span { border-color: rgb(170,164,75); }
td.TdClassName
{
border-color: #AAA44B;
}
.TagClassName
{
border-color: #AAA44B;
}
</style>