#A7CCC3

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

Shades of Opal #A7CCC3

Tints of Opal #A7CCC3

Color information

#A7CCC3 (or 0xA7CCC3) is unknown color: approx Opal. HEX triplet: A7, CC and C3. RGB value is (167,204,195). Sum of RGB (Red+Green+Blue) = 167+204+195=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCC3 is #58333C. Grayscale: #BFBFBF. Windows color (decimal): -5780285 or 12831911. OLE color: 12831911.

HSL color Cylindrical-coordinate representation of color #A7CCC3: hue angle of 165.41º 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 #A7CCC3 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB167204195-
CMYK0.1800.040.2
HSL165.41º26.62%72.75%-
HSV(B)165.41º18.14%80%-
XYZ47.3855.3459.81-
YUV191.91129.74110.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.51%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=29.51%
G=36.04%
B=34.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041950.1800.040.2165.4126.6272.75
HexA7CCC3120414a51b49
Octal24731430322042424533111
Binary1010011111001100110000111001001001010010100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCC3; }

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

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

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

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

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

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

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

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