#A7CCC2

Color #A7CCC2 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A7CCC2

Tints of Opal #A7CCC2

Color information

#A7CCC2 (or 0xA7CCC2) is unknown color: approx Opal. HEX triplet: A7, CC and C2. RGB value is (167,204,194). Sum of RGB (Red+Green+Blue) = 167+204+194=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCC2 is #58333D. Grayscale: #BFBFBF. Windows color (decimal): -5780286 or 12766375. OLE color: 12766375.

HSL color Cylindrical-coordinate representation of color #A7CCC2: hue angle of 163.78º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CCC2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB167204194-
CMYK0.1800.050.2
HSL163.78º26.62%72.75%-
HSV(B)163.78º18.14%80%-
XYZ47.2755.359.22-
YUV191.8129.24110.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=29.56%
G=36.11%
B=34.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041940.1800.050.2163.7826.6272.75
HexA7CCC2120514a41b49
Octal24731430222052424433111
Binary1010011111001100110000101001001011010010100100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCC2; }

 p { color: rgb(167,204,194); }

 H1.HeaderClassName
 {
   color: #A7CCC2;
 }
 .AnyTagClassName
 {
   color: #A7CCC2;
 }
</style>
background-color css

<style>
 a { background-color: #A7CCC2; }

 a { background-color: rgb(167,204,194); }

 div.DivClassName
 {
   background-color: #A7CCC2;
 }
 .BgClassName
 {
   background-color: #A7CCC2;
 }
</style>
border-color css

<style>
 span { border-color: #A7CCC2; }

 span { border-color: rgb(167,204,194); }

 td.TdClassName
 {
   border-color: #A7CCC2;
 }
 .TagClassName
 {
   border-color: #A7CCC2;
 }
</style>