Shades of Brass #ABA33D
Tints of Brass #ABA33D
RGB
CMYK
RGB Variations
Color information
#ABA33D (or 0xABA33D) is known color: Brass. HEX triplet: AB, A3 and 3D. RGB value is (171,163,61). Sum of RGB (Red+Green+Blue) = 171+163+61=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33D is #545CC2. Grayscale: #9A9A9A. Windows color (decimal): -5528771 or 4039595. OLE color: 4039595.
HSL color Cylindrical-coordinate representation of color #ABA33D: hue angle of 55.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABA33D is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 61 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.33 |
| HSL | 55.64º | 0.47% | 0.45% | - |
| HSV(B) | 55.64º | 0.64% | 0.67% | - |
| XYZ | 30.73 | 35.19 | 9.59 | - |
| YUV | 153.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 61 | 0 | 0.05 | 0.64 | 0.33 | 55.64 | 0.47 | 0.45 |
| Hex | AB | A3 | 3D | 0 | 5 | 40 | 21 | 38 | 2F | 2D |
| Octal | 253 | 243 | 75 | 0 | 5 | 100 | 41 | 70 | 57 | 55 |
| Binary | 10101011 | 10100011 | 111101 | 0 | 101 | 1000000 | 100001 | 111000 | 101111 | 101101 |
Color Harmonies of #ABA33D
Complementary color
Monochromatic Colors of #ABA33D
Black with #ABA33D
Text Example
Text Example
White with #ABA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA33D; }
p { color: rgb(171,163,61); }
H1.HeaderClassName
{
color: #ABA33D;
}
.AnyTagClassName
{
color: #ABA33D;
}
</style>
background-color css
<style>
a { background-color: #ABA33D; }
a { background-color: rgb(171,163,61); }
div.DivClassName
{
background-color: #ABA33D;
}
.BgClassName
{
background-color: #ABA33D;
}
</style>
border-color css
<style>
span { border-color: #ABA33D; }
span { border-color: rgb(171,163,61); }
td.TdClassName
{
border-color: #ABA33D;
}
.TagClassName
{
border-color: #ABA33D;
}
</style>