Shades of Brass #AFA24A
Tints of Brass #AFA24A
RGB
CMYK
RGB Variations
Color information
#AFA24A (or 0xAFA24A) is known color: Brass. HEX triplet: AF, A2 and 4A. RGB value is (175,162,74). Sum of RGB (Red+Green+Blue) = 175+162+74=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA24A is #505DB5. Grayscale: #9C9C9C. Windows color (decimal): -5266870 or 4891311. OLE color: 4891311.
HSL color Cylindrical-coordinate representation of color #AFA24A: hue angle of 52.28º 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 #AFA24A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 74 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.31 |
| HSL | 52.28º | 0.41% | 0.49% | - |
| HSV(B) | 52.28º | 0.58% | 0.69% | - |
| XYZ | 31.84 | 35.45 | 11.64 | - |
| YUV | 155.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 74 | 0 | 0.07 | 0.58 | 0.31 | 52.28 | 0.41 | 0.49 |
| Hex | AF | A2 | 4A | 0 | 7 | 3A | 1F | 34 | 29 | 31 |
| Octal | 257 | 242 | 112 | 0 | 7 | 72 | 37 | 64 | 51 | 61 |
| Binary | 10101111 | 10100010 | 1001010 | 0 | 111 | 111010 | 11111 | 110100 | 101001 | 110001 |
Color Harmonies of #AFA24A
Complementary color
Monochromatic Colors of #AFA24A
Black with #AFA24A
Text Example
Text Example
White with #AFA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA24A; }
p { color: rgb(175,162,74); }
H1.HeaderClassName
{
color: #AFA24A;
}
.AnyTagClassName
{
color: #AFA24A;
}
</style>
background-color css
<style>
a { background-color: #AFA24A; }
a { background-color: rgb(175,162,74); }
div.DivClassName
{
background-color: #AFA24A;
}
.BgClassName
{
background-color: #AFA24A;
}
</style>
border-color css
<style>
span { border-color: #AFA24A; }
span { border-color: rgb(175,162,74); }
td.TdClassName
{
border-color: #AFA24A;
}
.TagClassName
{
border-color: #AFA24A;
}
</style>