Shades of Brass #AFAE4C
Tints of Brass #AFAE4C
RGB
CMYK
RGB Variations
Color information
#AFAE4C (or 0xAFAE4C) is known color: Brass. HEX triplet: AF, AE and 4C. RGB value is (175,174,76). Sum of RGB (Red+Green+Blue) = 175+174+76=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE4C is #5051B3. Grayscale: #A3A3A3. Windows color (decimal): -5263796 or 5025455. OLE color: 5025455.
HSL color Cylindrical-coordinate representation of color #AFAE4C: hue angle of 59.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFAE4C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 76 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.31 |
| HSL | 59.39º | 0.39% | 0.49% | - |
| HSV(B) | 59.39º | 0.57% | 0.69% | - |
| XYZ | 34.12 | 39.91 | 12.74 | - |
| YUV | 163.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 76 | 0 | 0.01 | 0.57 | 0.31 | 59.39 | 0.39 | 0.49 |
| Hex | AF | AE | 4C | 0 | 1 | 39 | 1F | 3B | 27 | 31 |
| Octal | 257 | 256 | 114 | 0 | 1 | 71 | 37 | 73 | 47 | 61 |
| Binary | 10101111 | 10101110 | 1001100 | 0 | 1 | 111001 | 11111 | 111011 | 100111 | 110001 |
Color Harmonies of #AFAE4C
Complementary color
Monochromatic Colors of #AFAE4C
Black with #AFAE4C
Text Example
Text Example
White with #AFAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE4C; }
p { color: rgb(175,174,76); }
H1.HeaderClassName
{
color: #AFAE4C;
}
.AnyTagClassName
{
color: #AFAE4C;
}
</style>
background-color css
<style>
a { background-color: #AFAE4C; }
a { background-color: rgb(175,174,76); }
div.DivClassName
{
background-color: #AFAE4C;
}
.BgClassName
{
background-color: #AFAE4C;
}
</style>
border-color css
<style>
span { border-color: #AFAE4C; }
span { border-color: rgb(175,174,76); }
td.TdClassName
{
border-color: #AFAE4C;
}
.TagClassName
{
border-color: #AFAE4C;
}
</style>