Shades of Brass #AFA23D
Tints of Brass #AFA23D
RGB
CMYK
RGB Variations
Color information
#AFA23D (or 0xAFA23D) is known color: Brass. HEX triplet: AF, A2 and 3D. RGB value is (175,162,61). Sum of RGB (Red+Green+Blue) = 175+162+61=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA23D is #505DC2. Grayscale: #9A9A9A. Windows color (decimal): -5266883 or 4039343. OLE color: 4039343.
HSL color Cylindrical-coordinate representation of color #AFA23D: hue angle of 53.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFA23D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 61 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.31 |
| HSL | 53.16º | 0.48% | 0.46% | - |
| HSV(B) | 53.16º | 0.65% | 0.69% | - |
| XYZ | 31.44 | 35.29 | 9.57 | - |
| YUV | 154.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 61 | 0 | 0.07 | 0.65 | 0.31 | 53.16 | 0.48 | 0.46 |
| Hex | AF | A2 | 3D | 0 | 7 | 41 | 1F | 35 | 30 | 2E |
| Octal | 257 | 242 | 75 | 0 | 7 | 101 | 37 | 65 | 60 | 56 |
| Binary | 10101111 | 10100010 | 111101 | 0 | 111 | 1000001 | 11111 | 110101 | 110000 | 101110 |
Color Harmonies of #AFA23D
Complementary color
Monochromatic Colors of #AFA23D
Black with #AFA23D
Text Example
Text Example
White with #AFA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA23D; }
p { color: rgb(175,162,61); }
H1.HeaderClassName
{
color: #AFA23D;
}
.AnyTagClassName
{
color: #AFA23D;
}
</style>
background-color css
<style>
a { background-color: #AFA23D; }
a { background-color: rgb(175,162,61); }
div.DivClassName
{
background-color: #AFA23D;
}
.BgClassName
{
background-color: #AFA23D;
}
</style>
border-color css
<style>
span { border-color: #AFA23D; }
span { border-color: rgb(175,162,61); }
td.TdClassName
{
border-color: #AFA23D;
}
.TagClassName
{
border-color: #AFA23D;
}
</style>