Shades of Brass #AFB434
Tints of Brass #AFB434
RGB
CMYK
RGB Variations
Color information
#AFB434 (or 0xAFB434) is known color: Brass. HEX triplet: AF, B4 and 34. RGB value is (175,180,52). Sum of RGB (Red+Green+Blue) = 175+180+52=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB434 is #504BCB. Grayscale: #A4A4A4. Windows color (decimal): -5262284 or 3454127. OLE color: 3454127.
HSL color Cylindrical-coordinate representation of color #AFB434: hue angle of 62.34º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFB434 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 52 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.29 |
| HSL | 62.34º | 0.55% | 0.45% | - |
| HSV(B) | 62.34º | 0.71% | 0.71% | - |
| XYZ | 34.62 | 42 | 9.53 | - |
| YUV | 163.91 | 64.84 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 52 | 0.03 | 0 | 0.71 | 0.29 | 62.34 | 0.55 | 0.45 |
| Hex | AF | B4 | 34 | 3 | 0 | 47 | 1D | 3E | 37 | 2D |
| Octal | 257 | 264 | 64 | 3 | 0 | 107 | 35 | 76 | 67 | 55 |
| Binary | 10101111 | 10110100 | 110100 | 11 | 0 | 1000111 | 11101 | 111110 | 110111 | 101101 |
Color Harmonies of #AFB434
Complementary color
Monochromatic Colors of #AFB434
Black with #AFB434
Text Example
Text Example
White with #AFB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB434; }
p { color: rgb(175,180,52); }
H1.HeaderClassName
{
color: #AFB434;
}
.AnyTagClassName
{
color: #AFB434;
}
</style>
background-color css
<style>
a { background-color: #AFB434; }
a { background-color: rgb(175,180,52); }
div.DivClassName
{
background-color: #AFB434;
}
.BgClassName
{
background-color: #AFB434;
}
</style>
border-color css
<style>
span { border-color: #AFB434; }
span { border-color: rgb(175,180,52); }
td.TdClassName
{
border-color: #AFB434;
}
.TagClassName
{
border-color: #AFB434;
}
</style>