Shades of Brass #A5AF34
Tints of Brass #A5AF34
RGB
CMYK
RGB Variations
Color information
#A5AF34 (or 0xA5AF34) is known color: Brass. HEX triplet: A5, AF and 34. RGB value is (165,175,52). Sum of RGB (Red+Green+Blue) = 165+175+52=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF34 is #5A50CB. Grayscale: #9E9E9E. Windows color (decimal): -5918924 or 3452837. OLE color: 3452837.
HSL color Cylindrical-coordinate representation of color #A5AF34: hue angle of 64.88º 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 #A5AF34 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 52 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.31 |
| HSL | 64.88º | 0.54% | 0.45% | - |
| HSV(B) | 64.88º | 0.7% | 0.69% | - |
| XYZ | 31.47 | 38.91 | 9.1 | - |
| YUV | 157.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 52 | 0.06 | 0 | 0.70 | 0.31 | 64.88 | 0.54 | 0.45 |
| Hex | A5 | AF | 34 | 6 | 0 | 46 | 1F | 41 | 36 | 2D |
| Octal | 245 | 257 | 64 | 6 | 0 | 106 | 37 | 101 | 66 | 55 |
| Binary | 10100101 | 10101111 | 110100 | 110 | 0 | 1000110 | 11111 | 1000001 | 110110 | 101101 |
Color Harmonies of #A5AF34
Complementary color
Monochromatic Colors of #A5AF34
Black with #A5AF34
Text Example
Text Example
White with #A5AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF34; }
p { color: rgb(165,175,52); }
H1.HeaderClassName
{
color: #A5AF34;
}
.AnyTagClassName
{
color: #A5AF34;
}
</style>
background-color css
<style>
a { background-color: #A5AF34; }
a { background-color: rgb(165,175,52); }
div.DivClassName
{
background-color: #A5AF34;
}
.BgClassName
{
background-color: #A5AF34;
}
</style>
border-color css
<style>
span { border-color: #A5AF34; }
span { border-color: rgb(165,175,52); }
td.TdClassName
{
border-color: #A5AF34;
}
.TagClassName
{
border-color: #A5AF34;
}
</style>