#A3BFB7

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

Shades of Opal #A3BFB7

Tints of Opal #A3BFB7

Color information

#A3BFB7 (or 0xA3BFB7) is unknown color: approx Opal. HEX triplet: A3, BF and B7. RGB value is (163,191,183). Sum of RGB (Red+Green+Blue) = 163+191+183=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFB7 is #5C4048. Grayscale: #B5B5B5. Windows color (decimal): -6045769 or 12042147. OLE color: 12042147.

HSL color Cylindrical-coordinate representation of color #A3BFB7: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFB7 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB163191183-
CMYK0.1500.040.25
HSL162.86º17.95%69.41%-
HSV(B)162.86º14.66%74.9%-
XYZ42.2848.4751.93-
YUV181.72128.72114.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=30.35%
G=35.57%
B=34.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911830.1500.040.25162.8617.9569.41
HexA3BFB7F0419a31245
Octal24327726717043124322105
Binary101000111011111110110111111101001100110100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFB7; }

 p { color: rgb(163,191,183); }

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

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

 a { background-color: rgb(163,191,183); }

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

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

 span { border-color: rgb(163,191,183); }

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