Shades of Opal #A5CCC4
Tints of Opal #A5CCC4
RGB
CMYK
RGB Variations
Color information
#A5CCC4 (or 0xA5CCC4) is known color: Opal. HEX triplet: A5, CC and C4. RGB value is (165,204,196). Sum of RGB (Red+Green+Blue) = 165+204+196=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC4 is #5A333B. Grayscale: #BFBFBF. Windows color (decimal): -5911356 or 12897445. OLE color: 12897445.
HSL color Cylindrical-coordinate representation of color #A5CCC4: hue angle of 167.69º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCC4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 196 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.2 |
| HSL | 167.69º | 0.28% | 0.72% | - |
| HSV(B) | 167.69º | 0.19% | 0.8% | - |
| XYZ | 47.07 | 55.17 | 60.39 | - |
| YUV | 191.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 196 | 0.19 | 0 | 0.04 | 0.2 | 167.69 | 0.28 | 0.72 |
| Hex | A5 | CC | C4 | 13 | 0 | 4 | 14 | A8 | 1C | 48 |
| Octal | 245 | 314 | 304 | 23 | 0 | 4 | 24 | 250 | 34 | 110 |
| Binary | 10100101 | 11001100 | 11000100 | 10011 | 0 | 100 | 10100 | 10101000 | 11100 | 1001000 |
Color Harmonies of #A5CCC4
Complementary color
Monochromatic Colors of #A5CCC4
Black with #A5CCC4
Text Example
Text Example
White with #A5CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCC4; }
p { color: rgb(165,204,196); }
H1.HeaderClassName
{
color: #A5CCC4;
}
.AnyTagClassName
{
color: #A5CCC4;
}
</style>
background-color css
<style>
a { background-color: #A5CCC4; }
a { background-color: rgb(165,204,196); }
div.DivClassName
{
background-color: #A5CCC4;
}
.BgClassName
{
background-color: #A5CCC4;
}
</style>
border-color css
<style>
span { border-color: #A5CCC4; }
span { border-color: rgb(165,204,196); }
td.TdClassName
{
border-color: #A5CCC4;
}
.TagClassName
{
border-color: #A5CCC4;
}
</style>