Shades of Brass #AFB33D
Tints of Brass #AFB33D
RGB
CMYK
RGB Variations
Color information
#AFB33D (or 0xAFB33D) is known color: Brass. HEX triplet: AF, B3 and 3D. RGB value is (175,179,61). Sum of RGB (Red+Green+Blue) = 175+179+61=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB33D is #504CC2. Grayscale: #A4A4A4. Windows color (decimal): -5262531 or 4043695. OLE color: 4043695.
HSL color Cylindrical-coordinate representation of color #AFB33D: hue angle of 62.03º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB33D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 61 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.30 |
| HSL | 62.03º | 0.49% | 0.47% | - |
| HSV(B) | 62.03º | 0.66% | 0.7% | - |
| XYZ | 34.64 | 41.69 | 10.64 | - |
| YUV | 164.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 61 | 0.02 | 0 | 0.66 | 0.30 | 62.03 | 0.49 | 0.47 |
| Hex | AF | B3 | 3D | 2 | 0 | 42 | 1E | 3E | 31 | 2F |
| Octal | 257 | 263 | 75 | 2 | 0 | 102 | 36 | 76 | 61 | 57 |
| Binary | 10101111 | 10110011 | 111101 | 10 | 0 | 1000010 | 11110 | 111110 | 110001 | 101111 |
Color Harmonies of #AFB33D
Complementary color
Monochromatic Colors of #AFB33D
Black with #AFB33D
Text Example
Text Example
White with #AFB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB33D; }
p { color: rgb(175,179,61); }
H1.HeaderClassName
{
color: #AFB33D;
}
.AnyTagClassName
{
color: #AFB33D;
}
</style>
background-color css
<style>
a { background-color: #AFB33D; }
a { background-color: rgb(175,179,61); }
div.DivClassName
{
background-color: #AFB33D;
}
.BgClassName
{
background-color: #AFB33D;
}
</style>
border-color css
<style>
span { border-color: #AFB33D; }
span { border-color: rgb(175,179,61); }
td.TdClassName
{
border-color: #AFB33D;
}
.TagClassName
{
border-color: #AFB33D;
}
</style>