Shades of Brass #ADAF32
Tints of Brass #ADAF32
RGB
CMYK
RGB Variations
Color information
#ADAF32 (or 0xADAF32) is known color: Brass. HEX triplet: AD, AF and 32. RGB value is (173,175,50). Sum of RGB (Red+Green+Blue) = 173+175+50=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF32 is #5250CD. Grayscale: #A0A0A0. Windows color (decimal): -5394638 or 3321773. OLE color: 3321773.
HSL color Cylindrical-coordinate representation of color #ADAF32: hue angle of 60.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADAF32 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 50 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.31 |
| HSL | 60.96º | 0.56% | 0.44% | - |
| HSV(B) | 60.96º | 0.71% | 0.69% | - |
| XYZ | 33.14 | 39.77 | 8.95 | - |
| YUV | 160.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 50 | 0.01 | 0 | 0.71 | 0.31 | 60.96 | 0.56 | 0.44 |
| Hex | AD | AF | 32 | 1 | 0 | 47 | 1F | 3D | 38 | 2C |
| Octal | 255 | 257 | 62 | 1 | 0 | 107 | 37 | 75 | 70 | 54 |
| Binary | 10101101 | 10101111 | 110010 | 1 | 0 | 1000111 | 11111 | 111101 | 111000 | 101100 |
Color Harmonies of #ADAF32
Complementary color
Monochromatic Colors of #ADAF32
Black with #ADAF32
Text Example
Text Example
White with #ADAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF32; }
p { color: rgb(173,175,50); }
H1.HeaderClassName
{
color: #ADAF32;
}
.AnyTagClassName
{
color: #ADAF32;
}
</style>
background-color css
<style>
a { background-color: #ADAF32; }
a { background-color: rgb(173,175,50); }
div.DivClassName
{
background-color: #ADAF32;
}
.BgClassName
{
background-color: #ADAF32;
}
</style>
border-color css
<style>
span { border-color: #ADAF32; }
span { border-color: rgb(173,175,50); }
td.TdClassName
{
border-color: #ADAF32;
}
.TagClassName
{
border-color: #ADAF32;
}
</style>