Shades of Biloba Flower #ACA2B9
Tints of Biloba Flower #ACA2B9
RGB
CMYK
RGB Variations
Color information
#ACA2B9 (or 0xACA2B9) is known color: Biloba Flower. HEX triplet: AC, A2 and B9. RGB value is (172,162,185). Sum of RGB (Red+Green+Blue) = 172+162+185=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2B9 is #535D46. Grayscale: #A7A7A7. Windows color (decimal): -5463367 or 12165804. OLE color: 12165804.
HSL color Cylindrical-coordinate representation of color #ACA2B9: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA2B9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 162 | 185 | - |
CMYK | 0.07 | 0.12 | 0 | 0.27 |
HSL | 266.09º | 0.14% | 0.68% | - |
HSV(B) | 266.09º | 0.12% | 0.73% | - |
XYZ | 38.69 | 38.11 | 51.22 | - |
YUV | 167.61 | 137.81 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 162 | 185 | 0.07 | 0.12 | 0 | 0.27 | 266.09 | 0.14 | 0.68 |
Hex | AC | A2 | B9 | 7 | C | 0 | 1B | 10A | E | 44 |
Octal | 254 | 242 | 271 | 7 | 14 | 0 | 33 | 412 | 16 | 104 |
Binary | 10101100 | 10100010 | 10111001 | 111 | 1100 | 0 | 11011 | 100001010 | 1110 | 1000100 |
Color Harmonies of #ACA2B9
Complementary color
Monochromatic Colors of #ACA2B9
Black with #ACA2B9
Text Example
Text Example
White with #ACA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2B9; }
p { color: rgb(172,162,185); }
H1.HeaderClassName
{
color: #ACA2B9;
}
.AnyTagClassName
{
color: #ACA2B9;
}
</style>
background-color css
<style>
a { background-color: #ACA2B9; }
a { background-color: rgb(172,162,185); }
div.DivClassName
{
background-color: #ACA2B9;
}
.BgClassName
{
background-color: #ACA2B9;
}
</style>
border-color css
<style>
span { border-color: #ACA2B9; }
span { border-color: rgb(172,162,185); }
td.TdClassName
{
border-color: #ACA2B9;
}
.TagClassName
{
border-color: #ACA2B9;
}
</style>