Shades of Opal #A5C0B6
Tints of Opal #A5C0B6
RGB
CMYK
RGB Variations
Color information
#A5C0B6 (or 0xA5C0B6) is known color: Opal. HEX triplet: A5, C0 and B6. RGB value is (165,192,182). Sum of RGB (Red+Green+Blue) = 165+192+182=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0B6 is #5A3F49. Grayscale: #B6B6B6. Windows color (decimal): -5914442 or 11976869. OLE color: 11976869.
HSL color Cylindrical-coordinate representation of color #A5C0B6: hue angle of 157.78º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0B6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 182 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.25 |
| HSL | 157.78º | 0.18% | 0.7% | - |
| HSV(B) | 157.78º | 0.14% | 0.75% | - |
| XYZ | 42.81 | 49.08 | 51.47 | - |
| YUV | 182.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 182 | 0.14 | 0 | 0.05 | 0.25 | 157.78 | 0.18 | 0.7 |
| Hex | A5 | C0 | B6 | E | 0 | 5 | 19 | 9E | 12 | 46 |
| Octal | 245 | 300 | 266 | 16 | 0 | 5 | 31 | 236 | 22 | 106 |
| Binary | 10100101 | 11000000 | 10110110 | 1110 | 0 | 101 | 11001 | 10011110 | 10010 | 1000110 |
Color Harmonies of #A5C0B6
Complementary color
Monochromatic Colors of #A5C0B6
Black with #A5C0B6
Text Example
Text Example
White with #A5C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0B6; }
p { color: rgb(165,192,182); }
H1.HeaderClassName
{
color: #A5C0B6;
}
.AnyTagClassName
{
color: #A5C0B6;
}
</style>
background-color css
<style>
a { background-color: #A5C0B6; }
a { background-color: rgb(165,192,182); }
div.DivClassName
{
background-color: #A5C0B6;
}
.BgClassName
{
background-color: #A5C0B6;
}
</style>
border-color css
<style>
span { border-color: #A5C0B6; }
span { border-color: rgb(165,192,182); }
td.TdClassName
{
border-color: #A5C0B6;
}
.TagClassName
{
border-color: #A5C0B6;
}
</style>