Shades of Brass #AF9C38
Tints of Brass #AF9C38
RGB
CMYK
RGB Variations
Color information
#AF9C38 (or 0xAF9C38) is known color: Brass. HEX triplet: AF, 9C and 38. RGB value is (175,156,56). Sum of RGB (Red+Green+Blue) = 175+156+56=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C38 is #5063C7. Grayscale: #969696. Windows color (decimal): -5268424 or 3710127. OLE color: 3710127.
HSL color Cylindrical-coordinate representation of color #AF9C38: hue angle of 50.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF9C38 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 56 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.31 |
| HSL | 50.42º | 0.52% | 0.45% | - |
| HSV(B) | 50.42º | 0.68% | 0.69% | - |
| XYZ | 30.28 | 33.18 | 8.55 | - |
| YUV | 150.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 56 | 0 | 0.11 | 0.68 | 0.31 | 50.42 | 0.52 | 0.45 |
| Hex | AF | 9C | 38 | 0 | B | 44 | 1F | 32 | 34 | 2D |
| Octal | 257 | 234 | 70 | 0 | 13 | 104 | 37 | 62 | 64 | 55 |
| Binary | 10101111 | 10011100 | 111000 | 0 | 1011 | 1000100 | 11111 | 110010 | 110100 | 101101 |
Color Harmonies of #AF9C38
Complementary color
Monochromatic Colors of #AF9C38
Black with #AF9C38
Text Example
Text Example
White with #AF9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C38; }
p { color: rgb(175,156,56); }
H1.HeaderClassName
{
color: #AF9C38;
}
.AnyTagClassName
{
color: #AF9C38;
}
</style>
background-color css
<style>
a { background-color: #AF9C38; }
a { background-color: rgb(175,156,56); }
div.DivClassName
{
background-color: #AF9C38;
}
.BgClassName
{
background-color: #AF9C38;
}
</style>
border-color css
<style>
span { border-color: #AF9C38; }
span { border-color: rgb(175,156,56); }
td.TdClassName
{
border-color: #AF9C38;
}
.TagClassName
{
border-color: #AF9C38;
}
</style>