Shades of Brass #A8AD3B
Tints of Brass #A8AD3B
RGB
CMYK
RGB Variations
Color information
#A8AD3B (or 0xA8AD3B) is known color: Brass. HEX triplet: A8, AD and 3B. RGB value is (168,173,59). Sum of RGB (Red+Green+Blue) = 168+173+59=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD3B is #5752C4. Grayscale: #9E9E9E. Windows color (decimal): -5722821 or 3911080. OLE color: 3911080.
HSL color Cylindrical-coordinate representation of color #A8AD3B: hue angle of 62.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8AD3B is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 59 | - |
CMYK | 0.03 | 0 | 0.66 | 0.32 |
HSL | 62.63º | 0.49% | 0.45% | - |
HSV(B) | 62.63º | 0.66% | 0.68% | - |
XYZ | 31.88 | 38.53 | 9.89 | - |
YUV | 158.51 | 71.84 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 59 | 0.03 | 0 | 0.66 | 0.32 | 62.63 | 0.49 | 0.45 |
Hex | A8 | AD | 3B | 3 | 0 | 42 | 20 | 3F | 31 | 2D |
Octal | 250 | 255 | 73 | 3 | 0 | 102 | 40 | 77 | 61 | 55 |
Binary | 10101000 | 10101101 | 111011 | 11 | 0 | 1000010 | 100000 | 111111 | 110001 | 101101 |
Color Harmonies of #A8AD3B
Complementary color
Monochromatic Colors of #A8AD3B
Black with #A8AD3B
Text Example
Text Example
White with #A8AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD3B; }
p { color: rgb(168,173,59); }
H1.HeaderClassName
{
color: #A8AD3B;
}
.AnyTagClassName
{
color: #A8AD3B;
}
</style>
background-color css
<style>
a { background-color: #A8AD3B; }
a { background-color: rgb(168,173,59); }
div.DivClassName
{
background-color: #A8AD3B;
}
.BgClassName
{
background-color: #A8AD3B;
}
</style>
border-color css
<style>
span { border-color: #A8AD3B; }
span { border-color: rgb(168,173,59); }
td.TdClassName
{
border-color: #A8AD3B;
}
.TagClassName
{
border-color: #A8AD3B;
}
</style>