Shades of Brass #AFA54A
Tints of Brass #AFA54A
RGB
CMYK
RGB Variations
Color information
#AFA54A (or 0xAFA54A) is known color: Brass. HEX triplet: AF, A5 and 4A. RGB value is (175,165,74). Sum of RGB (Red+Green+Blue) = 175+165+74=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA54A is #505AB5. Grayscale: #9D9D9D. Windows color (decimal): -5266102 or 4892079. OLE color: 4892079.
HSL color Cylindrical-coordinate representation of color #AFA54A: hue angle of 54.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA54A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 74 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.31 |
| HSL | 54.06º | 0.41% | 0.49% | - |
| HSV(B) | 54.06º | 0.58% | 0.69% | - |
| XYZ | 32.37 | 36.52 | 11.82 | - |
| YUV | 157.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 74 | 0 | 0.06 | 0.58 | 0.31 | 54.06 | 0.41 | 0.49 |
| Hex | AF | A5 | 4A | 0 | 6 | 3A | 1F | 36 | 29 | 31 |
| Octal | 257 | 245 | 112 | 0 | 6 | 72 | 37 | 66 | 51 | 61 |
| Binary | 10101111 | 10100101 | 1001010 | 0 | 110 | 111010 | 11111 | 110110 | 101001 | 110001 |
Color Harmonies of #AFA54A
Complementary color
Monochromatic Colors of #AFA54A
Black with #AFA54A
Text Example
Text Example
White with #AFA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA54A; }
p { color: rgb(175,165,74); }
H1.HeaderClassName
{
color: #AFA54A;
}
.AnyTagClassName
{
color: #AFA54A;
}
</style>
background-color css
<style>
a { background-color: #AFA54A; }
a { background-color: rgb(175,165,74); }
div.DivClassName
{
background-color: #AFA54A;
}
.BgClassName
{
background-color: #AFA54A;
}
</style>
border-color css
<style>
span { border-color: #AFA54A; }
span { border-color: rgb(175,165,74); }
td.TdClassName
{
border-color: #AFA54A;
}
.TagClassName
{
border-color: #AFA54A;
}
</style>