Shades of Bud #ACAD9A
Tints of Bud #ACAD9A
RGB
CMYK
RGB Variations
Color information
#ACAD9A (or 0xACAD9A) is known color: Bud. HEX triplet: AC, AD and 9A. RGB value is (172,173,154). Sum of RGB (Red+Green+Blue) = 172+173+154=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD9A is #535265. Grayscale: #AAAAAA. Windows color (decimal): -5460582 or 10137004. OLE color: 10137004.
HSL color Cylindrical-coordinate representation of color #ACAD9A: hue angle of 63.16º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAD9A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 154 | - |
CMYK | 0.01 | 0 | 0.11 | 0.32 |
HSL | 63.16º | 0.1% | 0.64% | - |
HSV(B) | 63.16º | 0.11% | 0.68% | - |
XYZ | 37.79 | 40.99 | 36.49 | - |
YUV | 170.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 154 | 0.01 | 0 | 0.11 | 0.32 | 63.16 | 0.1 | 0.64 |
Hex | AC | AD | 9A | 1 | 0 | B | 20 | 3F | A | 40 |
Octal | 254 | 255 | 232 | 1 | 0 | 13 | 40 | 77 | 12 | 100 |
Binary | 10101100 | 10101101 | 10011010 | 1 | 0 | 1011 | 100000 | 111111 | 1010 | 1000000 |
Color Harmonies of #ACAD9A
Complementary color
Monochromatic Colors of #ACAD9A
Black with #ACAD9A
Text Example
Text Example
White with #ACAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD9A; }
p { color: rgb(172,173,154); }
H1.HeaderClassName
{
color: #ACAD9A;
}
.AnyTagClassName
{
color: #ACAD9A;
}
</style>
background-color css
<style>
a { background-color: #ACAD9A; }
a { background-color: rgb(172,173,154); }
div.DivClassName
{
background-color: #ACAD9A;
}
.BgClassName
{
background-color: #ACAD9A;
}
</style>
border-color css
<style>
span { border-color: #ACAD9A; }
span { border-color: rgb(172,173,154); }
td.TdClassName
{
border-color: #ACAD9A;
}
.TagClassName
{
border-color: #ACAD9A;
}
</style>